body {
  background-color: #37c8ab;
}

.content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-family: sans-serif, Arial;
  font-weight: bold;
  font-size: 22px;
}

.content .logo {
	width: 50%;
}

@media screen and (max-width: 768px) {
  .content {
    font-size: 28px !important;
}
  
  .content .logo {
	width: 100% !important;
  }
}