html, body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F95C47;
  background: linear-gradient(110deg,#C77D55,#7D55C7,#559FC7,#9FC755);
  color: #fff;
  font-weight: 400 !important;
}

.content {
  text-align: center;
}


img {
  width: 250px;
}
