body {
  min-height: 100vh;
}

.main-box {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.top-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.header-text {
  margin-left: 3vw;
  margin-right: 3vw;
  font-family: 'Quicksand', sans-serif;
}

.intro {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

img {
  max-width: 50%;
  height: auto;
}

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

.fade-link {
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.fade-link:hover {
  color: white;
}
