body {
  background-color: white;
}

.main {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: large;
  text-align: justify;
  width: 40%;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 10px;
}

.lead {
  font-family: "Ubuntu", sans-serif;
  font-size: larger;
  font-weight: bold;
  font-style: italic;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  opacity: 50%;
}

@media (max-width: 420px) {
  .main {
    width: 80%;
  }
}