:root {
  --preto-fosco: #1a1a1a;
  --Dourado: #ffdf00;
  --preto-cinza: #343434;
}


.imglogo-header img {
  width: 300px;
}

body {
 
  background-color: var(--preto-fosco);
 margin: auto;
  max-width: 1600px;
  border: 1px solid var(--preto-cinza);
  
}

header {
  display: flex;
  justify-content: space-between;
}
.imglogo-header {
  margin-top: -20px;
  margin-left: -20px;
}
.buttons-header {
  display: flex;
  margin-top: 40px;
}
.buttons-header a {
  font-family: "Radio Canada", sans-serif;
  font-weight: 400;
  margin-right: 50px;
  width: 150px;
  border-radius: 50px;
  text-decoration: none;
  height: 50px;
  background-color: var(--preto-cinza);
  color: var(--Dourado);
}
.buttons-header a p {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
}
.sobre {
  display: flex;
  flex-direction: column;
  font-family: "Radio Canada", sans-serif;
  font-weight: 400;
}
.sobre-justify-h1 {
  display: flex;
  justify-content: center;
}
.sobre-justify-p {
  display: flex;
  justify-content: center;
}
.sobre-justify-h1 h1 {
  font-weight: 700;
  font-size: 48px;
  color: #ffdf00;
}
.sobre-justify-p p {
  text-align: center;
  font-size: 32px;
  color: white;
}
.sobre-espaco-p {
  margin-left: 5%;
  margin-right: 5%;
}

@media (max-width: 900px) {
  .sobre-justify-p p {
    font-size: 20px;
  }
  .sobre-justify-h1 h1 {
    font-size: 30px;
  }
  .imglogo-header img {
    width: 150px;
    height: 150px;
  }
  .buttons-header a {
    width: 120px;
    height: 40px;
    margin-right: 20px;
    margin-top: 0;
  }
  .buttons-header a p {
    font-size: 15px;
    margin-top: 10px;
  }
  .buttons-header {
    margin-top: 20px;
  }
}
@media (max-width: 570px) {
  .buttons-header {
    display: none;
  }
}
@media (max-width: 420px) {
  .sobre-justify-h1 h1 {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 370px) {
  .sobre-justify-h1 h1 {
    text-align: center;
    font-size: 20px;
  }
  .sobre-justify-p p {
    font-size: 17px;
  }
}
