@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Passion+One&family=Sriracha&display=swap');
* {
    margin: 0;
    padding: 0;
    
}
header {
    background-color: black;
    color: white;
    padding: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}
header > h1 {
    font-size: 10vw;
    text-align: center;
    font-variant: small-caps;
    font-family: 'Passion One', cursive;
}
header > h2 {
    font-size: 2vw;
    text-align: center;
    font-weight: 200;
}
#nome {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#nome:hover {
    text-decoration: underline;
}
#nome:visited {
    color: white;
    text-decoration: none;
}
main {
    background-color: black;
    line-height: 200%;
    font-family: 'Sriracha', sans-serif;
    font-size: 3.5vw;
    
}
#primeiro_cordel {
    background-color: white;
    padding: 80px 20px;
}
#segundo_cordel_com_imagem {
    background-color: white;
    background-image: url(imagens/background001.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.377);
    max-height: 1200px;
    padding: 80px 10px;

}
#segundo_cordel_com_imagem > p {
    padding: 10px;
    width: fit-content;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.493);
    background-color: rgba(0, 0, 0, 0.301);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    color: white;
}
#terceiro_cordel {
    background-color: white;
    padding: 80px 20px;

}
#quarto_cordel_com_imagem {
    background-color: white;
    background-image: url(imagens/background002.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.493);
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.377);
    max-height: 1200px;
    padding: 80px 10px;

}
#quarto_cordel_com_imagem > p {
    width: fit-content;
    border-radius: 10px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.301);
    backdrop-filter: blur(4px);
    color: white;
}
#quinto_cordel {
    background-color: white;
    padding: 80px 20px;

}
.segunda_estrofe {
    padding-top: 50px;
}
footer {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: black;
    color: white;
    
    text-align: center;
    padding: 5px;
}
footer > p > a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}
footer > p > a:hover {
    text-decoration: underline;
}
#imp {
    font-weight: bold;
}
