h1, h2, h3 {
  font-family: 'Roboto Slab', sans-serif;
  color: #44505D
}
p {
  font-family: 'Lato', sans-serif;
  color: #44505D;
  font-size: 16px;
}

.grey-background {
  background: #fafafa;
}

a {
  color: #f77462;
}

.bug-img {
  max-height: 80vh;
}
.maintenance-img {
  margin-top: 20px;
}
.text-column {
  margin-top: 100px;
}

#redirect-page {
  background-image: url('404-page.jpg');
	background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:0;
  height: 100vh;
}
#redirect-page h1, #redirect-page p {
  color: white;
}

.browser-body {
  margin: 100px;
  text-align: center;
}

.browsers-img {
  margin-top: 80px;
}
