    html {
        font-size: 20px;
        font-family: Comfortaa, ui-rounded, 'Hiragino Maru Gothic ProN',
        Quicksand, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold',
        Calibri, source-sans-pro, sans-serif;
    }

    body {
        height: 100vh;
        min-height: 1000px;
        background-image: linear-gradient(#F163D9, #A125CD);
        background-attachment: fixed;
    }

    

    @media screen and (max-width: 557px) {

        #top-nav {
            display: flex;
            justify-content: space-around;
            flex-direction: column;
            gap: 5px;
            text-align: center;
            padding: 3%;
            width: 100%;

            a{
                transition: transform 0.2s ease;
                padding: .5rem;
                background-color: #FFFFFE;
                color: black;
                border-radius: 15px;
                text-decoration: none;
                box-shadow: 0 .2rem .5rem rgb(0 0 0/ .2);
            }
        }
        
        #top-nav a:hover{
            transform: scale(1.04);
        }

        #main-wrapper {
            display: flex;
            align-items: center;
            flex-direction: column;
            margin-left: 1rem;
            margin-right: 1rem;
        }

        #main-text {
            background-color: #FFFFFE;
            border-radius: 20px;

            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        #content {
            display: flex;
            flex-direction: column;

            padding-bottom: 8px;
        }

        #title {
            text-transform: uppercase;
        }
        
        hr {
            height: 5px;
            background-color: #691c9c;
            border-radius: 5px;
        }

        #content {
            display: flex;
            flex-direction: column;

            padding-bottom: 8px;
        }

        h4 {
            margin: 0%;
        }

        ul {
            margin: 0%;
        }

        p {
            margin: 8px;
        }

        #footer {
            display: flex;
            justify-content: center;
            align-items: center;

            a {
                transition: transform 0.2s ease;
                padding: 8px;
                text-decoration: none;
                width: 2.5em;
            }
        }

        #footer a:hover{
            transform: scale(1.04);
        }

        #footer-img {
            fill: #FFFFFE;
        }

    }

    @media screen and (min-width: 1331px) {

        #top-nav{
            display: flex;
            justify-content: space-around;
            gap: 20px;
            text-align: center;
            padding: 1rem 1rem 1rem 1rem;
            margin-top: 2rem;
            max-width: 900px;
            width: 100%;

            a {
                transition: transform 0.2s ease;
                flex-grow: 1;
                padding: .5rem;
                vertical-align: center;
                background-color: #FFFFFE;
                color: black;
                border-radius: 15px;
                text-decoration: none;
                box-shadow: 0 .2rem .5rem rgb(0 0 0/ .2);
            }
        }

        #top-nav a:hover{
            transform: scale(1.04);
        }

        #main-wrapper {
            display: flex;
            align-items: center;
            flex-direction: column;
            margin-left: 1rem;
            margin-right: 1rem;
        }

        #main-text {
            background-color: #FFFFFE;
            border-radius: 20px;

            padding-left: 2rem;
            padding-right: 2rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        #title {
            text-transform: uppercase;
        }
        
        hr {
            height: 5px;
            background-color: #691c9c;
            border-radius: 5px;
        }

        #content {
            display: flex;
            flex-direction: column;

            padding-bottom: 8px;
        }

        h4 {
            margin: 0%;
        }

        ul {
            margin: 0%;
        }

        p {
            margin: 8px;
        }

        #footer {
            display: flex;
            justify-content: center;
            align-items: center;

            a {
                transition: transform 0.2s ease;
                padding: 8px;
                text-decoration: none;
                width: 2.5em;
            }
        }

        #footer a:hover{
            transform: scale(1.04);
        }

        #footer-img {
            fill: #FFFFFE;
        }

    }

    @media screen and (min-width: 558px) {

        #top-nav {
            display: flex;
            justify-content: space-around;
            gap: 20px;
            text-align: center;
            padding: 1rem 1rem 1rem 1rem;
            margin-top: 2rem;
            max-width: 900px;
            width: 100%;

            a {
                transition: transform 0.2s ease;
                flex-grow: 1;
                padding: .5rem;
                vertical-align: center;
                background-color: #FFFFFE;
                color: black;
                border-radius: 15px;
                text-decoration: none;
                box-shadow: 0 .2rem .5rem rgb(0 0 0/ .2);
            }
        }

        #top-nav a:hover{
            transform: scale(1.04);
        }

        #main-wrapper {
            display: flex;
            align-items: center;
            flex-direction: column;
            margin-left: 1rem;
            margin-right: 1rem;
        }

        #main-text {
            background-color: #FFFFFE;
            border-radius: 20px;
            padding-left: 2rem;
            padding-right: 2rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        #title {
            text-transform: uppercase;
        }

        hr {
            height: 5px;
            background-color: #691c9c;
            border-radius: 5px;
        }

        #content {
            display: flex;
            flex-direction: column;
            padding-bottom: 8px;
        }

        h4 {
            margin: 0%;
        }

        ul {
            margin: 0%;
        }

        #footer {
            display: flex;
            justify-content: center;
            align-items: center;
                a {
                    transition: transform 0.2s ease;
                    padding: 8px;
                    text-decoration: none;
                    width: 2.5em;
                }
        }

        #footer a:hover{
            transform: scale(1.04);
        }

        #footer-img {
            fill: #FFFFFE;
        }
        
    }