html {
  overflow-x: hidden;
}

body {
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  background: #fff;
  padding: 15vw;
}

.logo > div {
  text-align: center;
  color: rgb(1, 1, 88);
}

.logo > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
