@font-face {
    font-family: "TESTFONT";
    src: url("/RifficFree-Bold.ttf");
}

body.site-page {
    background-image: url("/black-trianglify.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    color: white;
}

.site-page h1,
.site-page h2,
.site-page h3 {
    font-family: "TESTFONT", sans-serif;
}

.site-shell {
    max-width: 1400px;
    margin: 0 auto;
}

.site-header {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.site-title {
    margin: 0 auto 0 25px;
    font-size: 40px;
    color: whitesmoke;
}

.site-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav-list li {
    margin-right: 20px;
}

.site-nav-list a {
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid black;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    background-color: white;
    font-weight: bold;
}

.site-nav-list a:hover {
    background-color: black;
    color: white;
}

.site-section-rule {
    width: 480px;
}

.site-section-title {
    margin: 5px 0 0 25px;
    font-size: 27px;
    color: white;
}

.site-footer {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
}
