.fon {
  background-color: black;
  display: flex;
  justify-content: center;
  color: aliceblue;
  height: 100vh;
  font-family: "Roboto", sans-serif;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 22px;
}

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

p {
  margin-left: auto;
  margin-right: auto;
}
