body{
  background-color: #292929;
  /* background-color: #292929; */
}

/* --- Header --- */

.header{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-left: 20px;
margin-right: 20px;
padding: 1%;
border-bottom: 2px solid white;
}

.headlinks{
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  color: white;
  margin-right: 30px;
  margin-left: 30px;
  transition: 0.3s;
  font-family: sans-serif;
}

.headlinks:hover{
  background-color: black;
  color: white;
  padding: 30px 0px;
}

h1, h2{
  color: white;
  /* color: #778899; */
  font-size: 40px;
  font-family: sans-serif;
}

#dev{
  border-radius: 10px;
}

/* --- About --- */

.about{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  height: 80vh;
  padding: 0;
}



.titulo-about{
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 70px;
  font-size: 30px;
  padding: 0;
}

.text-about{
  margin-bottom: 0px;
  max-width: 50%;
  padding: 0;
}

.img-about{
  margin-left: 40px;
}



/* --- Contatos --- */

.contatos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
}

.imgcontato{
  height: 70px;
  margin-left: 20px;
  margin-top: 60px;
}

.imgcontato2{
  height: 70px;
  width: 70px;
  margin-left: 20px;
  margin-top: 60px;
  background-color: white;
}

a{
  text-decoration: none;
  color: white;
  font-family: sans-serif;
}

.contact-link{
  font-size: 35px;
}



.git{
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50px;
}

.git:hover{
  transform: scale(1.7)
}

.centro{
  text-align: center;
  margin-top: 5em;
}

.container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-left: 0;
}



.teste{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20em;
  height: 20em;
  background-color: white;
  border-radius: 10%;
  margin-top: 10em;
  margin-right: 5rem;
}

.teste:hover{
  border: 4px solid black;
  transform: scale(1.1)
}

.teste1:hover{
  border: 4px solid black;
  transform: scale(1.1)
}

.teste2:hover{
  border: 4px solid black;
  transform: scale(1.1)
}

.teste1{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20em;
  height: 20em;
  background-color: white;
  border-radius: 10%;
  margin-top: 10em;
  margin-right: 5rem;
}

.teste2{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20em;
  height: 20em;
  background-color: white;
  border-radius: 10%;
  margin-top: 10em;
  margin-right: 5rem;
}

.texto-img{
  margin-top: 1em;
  text-align: center;
  width: 20em;
}

p{
  font-size: 25px;
  font-family: sans-serif;
  color: white;
  /* color: #8a8a8a; */
  margin-top: 0;
  margin-bottom: 0;
}


img{
  max-width: 20em;
  max-height: 20em;
  margin-top: 20px;
  border-radius: 10%;
}

.img1{
  width: 20em;
  margin-top: 4.5em;
}

.img2{
  height: 16em;
  margin-top: 25px;
}

.img3{
  width: 20rem;
  height: 20rem;
  margin-top: 0;
  border-radius: 10%;
}

/* --- Media --- */

@media (max-width: 600px) {
  .about{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 0px;
    width: 600px;
    max-width: 600px;
  }
  .text-about{
    width: 600px;
    padding: 0%;
  }
  .titulo-about{
    padding: 0%;
    width: 600px;
    align-items: center;
  }
  .img-about{
    padding: 0%;
  }
  .headlinks{
    display: flex;
    font-size: 20px;
    margin: 5px;
  }
}

@media (max-width: 414px){
  .headlinks{
    display: flex;
    font-size: 8px;
    margin: 5px;
  }
  .about{
    display: flex;
    justify-content: center;
    margin-left: 35px;
  }
  .titulo-about{
    font-size: 30px;
  }
  .img-about{
    margin-left: 0px;
  }
  .text-about{
    display: flex;
    width: 414px;
    flex-wrap: wrap;
  }
  .teste{
    margin-left: 35px;
  }
  .teste1{
    margin-left: 35px;
  }
  .teste2{
    margin-left: 35px;
  }
  .git{
    margin-left: 0px;
  }
  .texto-img{
    margin-left: 35px;
  }
  .contact-link{
    font-size: 12px;
  }
  .h1{
    font-size: 10px;
  }
}


@media (max-width: 500px){
  .headlinks{
    display: flex;
    font-size: 15px;
    margin: 5px;
  }
}

@media (max-width: 550px){
  .headlinks{
    display: flex;
    font-size: 20px;
    margin: 5px;
  }
}

@media (max-width: 650px){
  .headlinks{
    display: flex;
    font-size: 20px;
    margin: 5px;
  }
}

@media (max-width: 700px){
  .headlinks{
    display: flex;
    font-size: 20px;
    margin: 5px;
  }
}

@media (max-width: 800px){
  .headlinks{
    display: flex;
    font-size: 20px;
    margin: 5px;
  }
}

@media (max-width: 880px){
  .headlinks{
    display: flex;
    font-size: 30px;
    margin: 5px;
  }
}









