* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-display: 'Poppins', sans-sarif;
}

.container {
    width: 500;
    height: 500vh;
    direction: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    color: #333;
    margin-bottom: 1000px;

}

iframe {
    width: 80%;
    height: 500px;
}