@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Mochiy+Pop+One&display=swap');

body {
    margin: 10vh 30vw;
    background-color: rgb(255, 220, 227);
    font-family: "Lexend", sans-serif;
    text-align: center;
    color: rgb(255, 138, 171);
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(255, 44, 94);
    margin-top: 50px;
}

p, ul, ol {
    font-size: 20px;
}
p {
    margin-top: 40px;
}

h3 {
    font-size: 30px;
}

a {
    color: inherit;
    text-decoration: underline;
}

iframe {
    border-radius: 15px;
}

#logo {
    max-width: 19vw;
}

#subtitle {
    font-size: 35px;
}
a {
    text-decoration: none;
}
button {
    display: block;
    margin: 0 auto;
    border: none;
    font-family: inherit;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding: 15px 25px;
    text-transform: uppercase;
    border-radius: 7px;
    background-color:#FF2C5D;
    color: #FFFFFF;
    transition: transform 0.3s;
    cursor: pointer;
}
@media ( max-width: 1000px ) {
    button {
        padding: 20px 30px;
    }
    button p {
        font-size: 3vh;
    }
}

ul {
    display: inline-block;
    text-align: left;
}

#cta {
    margin-top: 60px;
    margin-bottom: 60px;
}