* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Ubuntu";
}

body {
  font-size: 14px;
    margin-top: 25vh;
}

p{
    text-align: center;
}

a{
    text-decoration-line: none;
    text-align: center;
    line-height: 1.3em;
    color: #000;
}