body {
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #cfd4db;
    color: #242629;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
iframe {
    border: none;
    width: 30%;
    height: 30%;
}
p {
    font-size: 18px;
    margin-top: -0.8vw;
    margin-bottom: 3vw;
}