@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playwrite+DE+Grund:wght@100..400&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

:root{
    --fonte-titulo: "Nunito", sans-serif;
    --fonte-parag: "Playwrite DE Grund", cursive;
}

*{
    padding: 0px;
    margin: 0px;
}
header{
    background-color: black;
    max-height: 300px;
    min-height: 200px;
    margin-bottom: 20px;
    border: 1px solid black;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.362);
}

h1{
    font-family: var(--fonte-titulo);
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 5em;
    padding-bottom: 20px;
    text-shadow: 3px 2px 1px rgba(255, 255, 255, 0.638);
}
h2 {
    font-family: var(--fonte-titulo);
    color: white;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}

h2 a {
    text-decoration: none;
    color: white;
}
h2 a:hover{
    text-decoration: underline;
    color: rgb(107, 107, 255);
}

main{
}

main p{
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    font-family: var(--fonte-parag);
    max-width: 400px;
    min-width: 200px;
    line-height: 3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.337);
    font-weight: bold;
}
.fundo2{
    background-image: url(imagens/background001.jpg);
    
    background-size: cover;
    background-attachment: fixed;
    background-position: right center;
}
.fundoparag1{
    color: white;
    background-color: rgba(0, 0, 0, 0.514);
}

.fundo4{
    background-image: url(imagens/background002.jpg);
    
    background-size: cover;
    background-attachment: fixed;
    background-position: right center;
}
.fundoparag2{
    color: white;
    background-color: rgba(0, 0, 0, 0.514);
}

footer{
    background-color: black;
    color: white;
    font-size: 1.2em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    padding: 16px;
}
.gitwally{
    text-decoration: none;
    color: white;
    font-weight: bold;

}
.gitwally:hover{
    text-decoration: underline;
}