* {
  font-family: Tahoma;
}

html {
  background-color: #63b995;
  margin: 0;
  border: 0;
}
header {
  background-color: #323031;
  border-style: solid;
  border-color: #50723c;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
header #a1:hover 
{
background-color: #63B995;
padding: 30px 15px;
border-radius: 9px;
transition-duration: 0.5s;    
}
footer {
  background-color: #323031;
  border-style: solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  min-width: 250;
}
h1 {
  font-size: 40px;
  font-family: "Verdana";
  color: #ffe1ea;
}
p {
  font-size: 25px;
  font-family: Tahoma;
  color: white;
}
#p2 {
  font-size: 30px;
  font-family: Tahoma;
  color: #323031;
}
#p1 {
  font-size: 20px;
  font-family: Tahoma;
  color: white;
  margin: 15px;
}
#h11 {
  font-size: 40px;
  font-family: "Verdana";
  color: #323031;
  margin-top: 1px;
}
#h1h {
  margin-left: 50px;
}
.a1 {
  text-decoration: none;
  color: #ffe1ea;
  font-size: 20px;
}
#img1 {
  float: left;
  border: transparent thin solid;
  padding: 10px;
  margin: 0px 0px 0px 20px;
  max-width: 200px;
  height: 80px;
}

/* Conteudo CSS novo Vitor e Catarine */
.pageTitle {
  color: #323031;
}
.apresentation {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.boxTitle {
  font-size: 25px;
  margin: 15px;
  color: #323031;
}
ul{
  font-size: 18px; 
  color: rgb(221, 221, 221)
}
.imgApresentation{
  width: 30%;
}



/* divs e boxes*/
#div1 {
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#div2  {
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 40px;
  margin-left: 40px;
  justify-content: center;
}
#div3 {
  height: 350px;
  background-color: #ffe1ea;
  padding: 55px;
}
#div4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#box {
  width: 450px;
  height: 250px;
  background-color: #50723c;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #323031;
  border-radius: 10px;
}

#a1 {
  color: #FFE1EA;
  font-size: 15px;}