h1 {
  text-align: center;
  font-size: 80px;
  font-family: "Roboto";
  color: #50221b;

}

h2 {
  text-align: center;
  font-size: 64px;
  font-family: "Roboto";
  color: #50221b;
}

h3 {
  text-align: left;
  font-size: 64px;
  font-family: "Roboto";
  color: #50221b;
  padding-left: 20px;
}

body{
  background-color: #f5e7e3;
}

img{
  max-width: 85%;
  height: auto;
  align-content: center;
  padding-top: 25px;
}


#map{
  max-width: 100%;
  height: auto;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}

#box{
  max-width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

p {
  font-size: 30px;
  font-family: "Roboto";
  color: #50221b;
  padding: 25px;
}

a {
  text-align: center;
  font-size: 24px;
  font-family: "Roboto";
  color: #50221b;
}

a:hover {
  text-align: center;
  font-size: 24px;
  font-family: "Roboto";
  color: #3c451e;
}

#links{
  text-align: center;
  font-size: 64px;
  font-family: "Roboto";
  color: #50221b;
}

#rocco{
  width:75%;
  position: sticky;
  bottom: 0px;
  right: 0px;
}

#roccopos{
  width:75%;
  position: sticky;
  bottom: 0px;
  rignt: 0px;
}

#topnav{
  width:100%;
  position: center;
  display: flex;
  justify-content: center;
  background-color: #7aa8ae;
}