body {
  font-size: 100%;
}

h1, h2, #subtitle {
  text-align: center;
}'

#subtitle {
  font-size: 50%;
}'

#navbar a {
  display: block;
}

#topleft {
    width: 15%;
}

#topleft2 {
    width: 25%;
}

#topmain {
    display: block;
    width: 75%;
}

#topmain img{
  height: 32vh;
}

#title {
  display: inline-block;
  font-size: 200%;
  width: 55%;
}

#navbar {
  width: 20%;
  display: inline-block;
  border-right: solid black;
  vertical-align: top;
}

#content {
  display: inline-block;
  max-width: 70%;
}

#foot {
  font-size: 75%;
}