@font-face {
    font-family: 'ZenDots';
    src: url(ZenDots-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'NotoSans';
    src: url(NotoSans-VariableFont_wdth\,wght.woff2) format('woff2');
}

.title {
    text-align: center;
    text-decoration: none;
    padding: 0.5rem;
    font-family: ZenDots;
}

.content {
    text-align: center;
    text-decoration: none;
    padding: 0.5rem;
    font-family: NotoSans;
}

a {
    color: #292B57;
    text-decoration: none;
}

a:hover {
    color: black;
}

body {
    background-color: #FFF3DF;
    margin-top: 8%;
}