@font-face {
  font-family: nunito; /* set name */
  src: url(Nunito/Nunito-VariableFont_wght.ttf); /* url of the font */
}

html {
    font-family:nunito;
}

h1 {
    font-size: 3rem;
}

p {
    font-size: 1.5rem;
}

.button {
    text-decoration: none;
    font-size: 1.5rem;
    background-color: #ebeaff;
    border-radius: 1rem;
    padding: 0.5rem;
    border-style: solid;
}

.center {
    width: fit-content;
    text-align: center;
    height: fit-content;
    margin: auto;
    margin-top: 10rem;
}