
body  {

  margin: auto;
  background-color: beige;
}

#brand {
  padding: 5%;
  vertical-align: middle;
  text-align: center;
  font-family: FatFrank; sans-serif;
}

h1 {
  font-size: 6vw;
}

h2 {font-size: 3vw;
}

h3 {font-size: 2vw;
  font-family: FatFrank; acuta; sans-serif;
}

#nav {
  padding: 3% 10% 3% 10%;
  background-color: #C29C9B;
  margin: auto;
  max-width: 60%;
  min-width: 20%;
  font-family: FatFrank; sans-serif;
  color: white;
  font-size: 2vw;
}

.section {
  padding: 3% 10% 3% 10%;
  background-color: white;
  margin: 0 auto 2% auto;
  font-family: acuta,serif;
  font-size: 2vw;
  font-weight: 400;
  font-style: normal;
  max-width: 60%;
  min-width: 20%;
}

a {color: white;
text-decoration: none;}
a:visited {color: white;}
a:hover {text-decoration: underline;}

a.see {font-weight: bold;
color: #C29C9B;}

a.see:hover {text-decoration: none;}
