a {
  text-decoration: underline;
}

.body {
  overflow: hidden;
  background-color: #2a2931;
}

.logo {
  max-width: 50%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #424242, #2a2931 67%);
}

.main {
  margin-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #a7a7a7;
  font-size: 34px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}

.login {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #a7a7a7;
  font-weight: 300;
  text-align: right;
}

.section-2 {
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
}

.link {
  color: #a7a7a7;
  font-size: 18px;
}

@media screen and (max-width: 479px) {
  .body {
    margin-right: 20px;
    margin-left: 20px;
  }
}

