.page_link {
    color: black;
    size: 20px;
    font-family: Arial;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

/* google fonts */

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

.cedarville-cursive-regular {
    font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
    font-style: normal;
}

/* end of google fonts */
  
.logo {
    font-family: "anton", sans-serif;
    font-size: 50px;
}

.header {
    position: sticky;
    top: 0;
    padding: 10px 16px;
    color: #f1f1f1;
    border-bottom: 1px solid #9a9a9a;
    margin: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #9a9a9a;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
    color: #9a9a9a;
}
