*{
  font-family: sans-serif;
}

html, body{
  height: 100%;
  min-height: 100%;
  margin: 0;
}

body{
  /* background-color: #5fb4e7; */
  background-image: linear-gradient(45deg, #5fb4e7, #a5cce3);
  background-repeat: no-repeat;
  color: #6f6d6e;
  position: relative;
  /* height: 95vh;
  max-height: 100%;
  min-height: 800px; */
}
.server-name-div,
.logo-div{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

img.logo{
  width: 180px;
}

h2{
  font-size: 60px;
  margin-left: 50px;
}

.server-name-div{
  top: 60%;
}

h1{
  font-size: 80px;
}