@charset "utf-8";
body{
  margin: 0;
  background-color: rgb(207, 174, 148);
}


header{
  margin: 0 0 10px;
  background: rgb(78, 43, 16);
  padding: 30px;
  border-bottom: 16px double rgba(244, 235, 214, 0.456);
  border-top: 16px double rgba(244, 235, 214, 0.456);
}

h1{
  color: white;
  font-size: 64px;
  font-variant: small-caps;
  text-align: center;
}

main{
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  width: 70%;
  height: 95%;
  border-radius: 8%;
  border: 8px solid rgb(29, 18, 3);
}

n{
  background-color: rgb(29, 18, 3);
  border-radius: 50%;
  border: 8px solid rgb(10, 64, 10);
}

h3{
  margin: 0 auto;
  background-color:#dfd1c2bb;
  width: 70%;
  height: 30%;
  color: rgb(29, 18, 3);
  border-top:2px dashed rgb(29, 18, 3) ;
}

footer{
  margin: 0 auto;
  margin-top: 12px;
  background-color: rgb(78, 43, 16);
  padding: 30px;
  border-bottom: 16px double rgba(244, 235, 214, 0.456);
  border-top: 16px double rgba(244, 235, 214, 0.456);
}

.back{
  color: white;
  font-size: 20px;
}

