body {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.titulo {
    display: flex;
    height: 650px;
    width: 100%;
    align-items: center;
    background: url("../img/primeira.webp") center/cover;
}

.textotitulo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: white;
    width: 60%;
}

.textotitulo h1, .textotitulo p {
    margin: 5px;
}

.dont {
    background: url("../img/dont-01.webp") center/cover;
    display: flex;
    flex-direction: column;
    height: 700px;
    width: 100%;
    justify-content: flex-end;
}

.donttitulo {
    display: flex;
    margin-right: 110px;
    color: #d62424;
    font-family: sans-serif;
    justify-content: flex-end;
    margin: 20px 70px;
}

.mscdont {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 50px;
    margin-bottom: 20px;
    align-self: flex-end;
}

.mscdont audio {
    height: 30px;
    margin: 1px;
    background-color: #d62424;
}

.when {
    background: url("../img/when-01.jpeg.webp") center/cover;
    color: white;
    display: flex;
    height: 700px;
    width: 100%;
}

.whentitulo {
    margin-left: 180px;
    margin-top: 30px;
    height: 100px;
}

.mscwhen {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.happier {
    background: url("../img/happier-01.jpeg.webp") center/cover;
    display: flex;
    height: 700px;
    width: 100%;
    justify-content: flex-end;
}

.happiertitulo {
    height: 150px;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

.mschappier {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.mschappier audio {
    background-color: #7e5c3f;
}

.hitme {
    background: url("../img/hitme.webp.webp") center/cover;
    display: flex;
    height: 700px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.HITMEtitulo {
    height: 100px;
    display: flex;
    margin-top: 20px;
    font-family: "Archivo Black", sans-serif;
    color: #064cad;
    font-size: 15px;
    margin-left: 80px;
    margin-right: 20px;
    text-align: center;
}

.mschitme {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
    margin-right: 30px;
}

.animacao {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    animation: animacaoDescer 1s infinite alternate;
}

.animacao span {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

@keyframes animacaoDescer {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0.5;
    }
}

.Clipes {
    display: flex;
    justify-content: center;
    background: url("../img/billie-eilish-ingressos-header.webp") center/cover;
    color: white;
    font-size: 25px;
    height: 700px;
    width: 100%;
}

.clipestitulo {
    margin-top: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.texto {
    align-items: center;
    display: flex;
    color: rgb(14, 13, 13);
    justify-content: center;
    text-align: center;
    background-color: rgb(137, 178, 206);
    margin: 10px 10%;
    border: 1px solid #072349;
    border-radius: 10px;
}

.textinho {
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: end;
    text-decoration: none;
    color: #7bdbf8;
    margin-top: 60%;
    text-align: center;
}

.textinho:hover {
    color: antiquewhite;

}

.fim {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding: 5px 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid grey;
    height: 20px;
}

.fim p, .fim h2 {
    margin: 0 10px;
}

.fim a{
    color:  #7bdbf8;
}

@media screen and (max-width: 768px) {
    .titulo, .dont, .when, .happier, .Clipes, .hitme {
        height: auto;
        background-position: top;
    }

    .textotitulo, .donttitulo, .whentitulo, .happiertitulo, .clipestitulo, .HITMEtitulo, {
        justify-content: center;
    }


    .texto {
        margin: 10px;
    }

    .fim {
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .titulo{
        height: 500px;
    }
    .textotitulo h1 {
        font-size: 24px;
    }

    .textotitulo p {
        font-size: 14px;
    }

    .donttitulo {
        margin-right: 20px;
    }

    .whentitulo {
        margin-left: 20px;
    }

    .happiertitulo {
        margin-left: 20px;
    }

    .HITMEtitulo {
        margin-left: 20px;
    }

    .clipestitulo {
        margin-top: 30px;
    }
}

.teste {
    width: 500px;
    height: 500px;
    max-width: 600px;
}

@media screen and (max-width: 768px) {
    .teste {
        width: 100%;
        height: auto;
        max-width: none;
    }
}
