* {
  max-width: 1280px;
  margin: auto;
}

/*body {
    min-width: 500px;
}*/

div {
  border-radius: 5px;
}

strong {
 border-bottom: 1px solid black;
  
}

.visits {
 color: #39FF14; 
 position: relative;
 top: -15px;
 
}

#header {
  height: 40px;
  width: 100%;
  background-color: #96b7f5;
  position: fixed;
  z-index: 1;
}

#title {
  margin-left: 3%;
}

#footer {
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #96b7f5;
  clear: both;
  position: relative;
}

.left {
  height: 100vh;
  width: 45px;
  background-color: #ffffff;
  float: left;
  position: fixed;
}

.right {
  height: 180vh;
  width: 45px;
  margin-bottom: 1px;
  background-color: #ffffff;
  float: right;
  position: inherit;
}

.stuff {
  display: inline-block;
  margin-top: 20px;
  margin-left: 55px;
  width: 90%;
  height: 1000px;
}

p,
li {
  font-family: 'Cormorant Garamond';
}

.head {
  font-size: 20px;
}

#name {
  font-family: ariel;
  float: right;
  margin-top: 10px;
  margin-right: 4%;
}

a {
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 430px) {
  .left,
  .right {
    display: none;
  }
  .stuff {
    width: 100%;
    margin-left: 10px;
  }
}

.main_container {
  height: 10px;
  width: auto;
  padding: 3px;
  margin: 2px;
  max-width: 100px;
  background-color: #555555;
  align-content: left;
  margin-top: 10px;
  margin-left: 4%;
  padding-top: 20px;
}
