body {
  color: #454545;
  font-family: Arial, sans-serif;
  text-align: justify;
  line-height: 1.4;
}

img {
  width: 90vw;
  max-width: inherit;
  object-fit: contain;
  scale: 0.95;
}

.content {
  width: 90vw;
  max-width: 700px;
  margin: auto;
  display: block;
}

.about {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 25px;
}

.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  color: #454545;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.navbar a:hover {
  text-decoration: underline;
}

.navbar a.github {
  float: right;
}
