.monofett-regular {
  font-family: "Monofett", monospace;
  font-weight: 400;
  font-style: normal;
}

.geo-regular {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.geo-regular-italic {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 500px;
    height: 120px;
    border-radius: 25px;
    color: #1bae1b;
    font-weight: bold;
    font-size: 50px;
    text-decoration: none;
    background-color: #851ae9;
    margin: 10px;
}

a{
  text-decoration: none;
}

main{
    display: flex;
    align-items: center;
    flex-direction: column;
}

h1 {
    color:#851ae9;
    font-size: 100px;
    text-align: center;
}