@font-face {
    font-family: MoreSugar;
    src: url("MoreSugar-Regular.ttf");
}
* {
    text-align: center;
}
h1 {
    font-family: MoreSugar;
    font-size: 80px;
}

a {
    font-size: 50px;
    font-family: MoreSugar;
    text-decoration: none;
}
a:hover {
    background-color: blueviolet;
}
