@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
*{
    margin: 0px;
}
header{
    background-color: black;
    max-width: 2000px;
    height: 200px;
}
header h1 {
   color: white;
   text-align: center;
   font-family: Amarante,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   padding: 20px;
   font-size: 4.5em;
}
header p {
    color: white;
    font-family: Amarante,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: aqua;
}
article h1{
    padding-top: 5vh;
    padding-bottom: 5vh;
    line-height: 2em;
    padding-left: 30px;
    font-family: Rancho,Arial, Helvetica, sans-serif;
    font-size: 2em;
    margin: 40px;
    white-space: pre-line;
    font-style: oblique;
}
.b1{
    background-image: url("imagens/background001.jpg");
    background-position: right center;
    background-size: cover;
    background-attachment: fixed;
}
.b1 h1{
    background-color: rgba(0, 0, 0, 0.479);
    color: white;
    max-width: 300px;
}

.b2{
    background-image: url("imagens/background002.jpg");
    background-size:cover;
     background-attachment: fixed;
}

.b2 h1{
    background-color: rgba(0, 0, 0, 0.479);
    color: white;
    max-width: 300px;
}

footer p {
    background-color: rgba(0, 217, 255, 0.521);
    text-align: center;
    font-weight: bolder;
    padding: 10px;
}