.wrapper-iframe{
    height: 100vh;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1000px){
    .wrapper-iframe{
        max-width: 95%;
        min-height: 1080px;
    }
}

button {
    background-color: #4c96c2;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
    margin: 20px 0;
}

button a{
    color: white;
    text-decoration: none;
    font-size: 1rem;
}