body {
  font-family: 'Montserrat', sans-serif;
}

#home {
  background-image: url(../images/logo-server.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 400px 400px;

  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
}

.title {
  font-size: 6em;
  text-align: center;
  padding: 20%;
}

.crashed {
  color: #ef534f
}

.success {
  color: #039be5
}

.warning {
  color: #FF9801
}

