@font-face {
    font-family: 'Bitwise';
    src: url('Bitwise.ttf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background-color: #FFFFF7;
    margin: 10px auto 10px auto;
    font-family: Bitwise;
    color: #0100ae;
}

#Head {
    background-color: #FFFFF7;
    margin: 10px auto 10px auto;
    width: 97%;
    height: 10%;
    padding: 5px 5px 5px 5px;
    margin: 20px auto 20px auto;
}

#Body {
    min-height: 200px;
}

#Foot {
    height: 10%;
}

h1 {
    margin: 26px 20px 20px 20px;
    color: #0100ae;
    text-align: center;
    font-size: 90%;
    font-weight: 200;
    text-shadow: 0.2px 0.2px 1px #0100ae;
}

img {
    display: block;
    margin: auto;
    text-align: center;
}

a {
    color: #0100ae;
    text-align: center;
    display: block;
    width: auto;
    text-shadow: 0.25px 0.25px 0px #000000;
}

@media screen and (min-width: 320px) {
    /* Styles for larger screens (e.g., tablets) */
    body {
        width: 320px;
        font-size: 28px;
    }
    h1 {
        font-size: 80%;
    }
    img {
        width: 100%;
    }
    a {
        font-size:70%;
    }
}

@media screen and (min-width: 800px) {
    /*Styles for larger screens (e.g., tablets) */
body {
        width: 800px;
        font-size: 28px;
    }
    h1 {
        font-size: 80%;
    }
    img {
        width: 32%;
    }
    a {
        font-size: 40%;
    }
}

@media screen and (min-width: 1024px) {
    /* Styles for even larger screens (e.g., desktops) */
    body {
        width: 1024px;
        font-size: 28px;
    }
    h1 {
        font-size: 80%;
    }
    img {
        width: 24%;
    }
    a {
        font-size: 45%;
    }
}

@media screen and (min-width: 1280px) {
    /* Styles for even larger screens (e.g., desktops) */
    body {
        width: 1280px;
        font-size: 28px;
    }
    h1 {
        font-size: 90%;
    }
    img {
        width: 26%;
    }
    a {
        font-size: 50%;
    }
}

@media screen and (min-width: 1366px) {
    /* Styles for even larger screens (e.g., desktops) */
body {
        width: 1366px;
        font-size: 28px;
    }
    h1 {
        font-size: 90%;
    }
    img {
        width: 28%;
    }
    a {
        font-size: 55%;
    }
}

@media screen and (min-width: 1600px) {
    /* Styles for even larger screens (e.g., desktops) */
    body {
        width: 1600px;
        font-size: 28px;
    }
    h1 {
        font-size: 100%;
    }
    img {
        width: 30%;
    }
    a {
        font-size: 60%;
    }
}

@media screen and (min-width: 1760px) {
    /* Styles for even larger screens (e.g., desktops) */
    body {
        width: 1760px;
        font-size: 28px;
    }
    h1 {
        font-size: 100%;
    }
    img {
        width: 32%;
    }
    a {
        font-size: 65%;
    }
}

    @media screen and (min-width: 1920px) {
        /* Styles for even larger screens (e.g., desktops) */
        body {
            width: 1920px;
            font-size: 28px;
        }

        h1 {
            font-size: 120%;
        }

        img {
            width: 35%;
        }
        a {
            font-size: 70%;
        }
    }
