body {
  margin: 0;
}
.main {
  background-color: black;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto Mono;
  color: white;
}

.text {
  text-align: center;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h4 {
  font-weight: 400;
}

.mobile-line-break {
  margin-top: 55px;
}

.align-left {
  /*text-align: left*/
}

@media(max-width: 450px) {
  h1 {
    font-size: 32px;
    margin: 0px 20px;
  }
  h4 {
    font-size: 18px;
  }
  .mobile-line-break {
    padding: 0 42px;
  }
  a {
    color: white;
  }
}
