@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');


*{
    margin: 0;
    padding: 0;
    font-size: 1em;
}
header{
    background-color: black;
    color: white;
    text-align: center;
}
header> h1{
    padding-top: 50px;
    text-align: center;
    font-family: "Passion One",cursive;
    font-size: 10vw;
    margin-bottom: 10px;
}

header> p{
    padding-bottom: 50px;
    font-size: 1.5em;
}
header a{
    font-weight: bolder;
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding-bottom: 50px;
}


#Verso1{
    font-family: "Sriracha", cursive;
    font-size: 3.5vw;
    padding-top: 10vw;
    padding-bottom: 10vw;

}

section{
    padding-left: 20px;
}
section#Verso2{
    box-shadow: inset 6px 6px 13px 0px rgba(0, 0, 0, 0.473);
    background-image: url(imagens/background001.jpg);
    background-size: cover;
    padding-top: 10vw;
    padding-bottom: 5vw; 
    background-attachment: fixed;
    background-position: right center;
}
section.image > p{
    background-color: rgba(0, 0, 0, 0.400);
    font-family: 'Sriracha', cursive;
    color: white;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    font-size: 3.5vw;
    border-radius: 5px;
}


#Verso3{
    font-family: 'Sriracha', cursive;
    font-size: 3.5vw;
    padding-bottom: 10vw;
}


section#Verso4{
    box-shadow: inset 6px 6px 13px 0px rgba(0, 0, 0, 0.473);
    background-image: url(imagens/background002.jpg);
    background-size: cover;
    padding-top: 10vw;
    padding-bottom: 5vw;
    background-attachment: fixed;
}


#Verso5{
    font-family: 'Sriracha', cursive;
    font-size: 3.5vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

footer{
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
}
footer > a{
    text-decoration: none;
    color: white;
    font-weight: bolder;
}