        body, html {
            width: 100%;
            height: 100%;
            background-color: #292929;
            font-family: monospace;
            font-size: 11pt;
        }

        nav {
            position: relative;
            height: 51px;
            display: flex;
            align-items: center;
            top: 30px;
            left: 30px;
        }

        p {
            color: whitesmoke;
            line-height: 15pt;
        }

        a {
            color: #EECB45;
            text-decoration: underline;
        }

        .logo {
            height: 100%;
            margin-top: 5px;
            margin-bottom: 5px;
            margin-left: 5px;
        }

        .content {
            position: relative;
            padding-top: 174px;
            left: 30px;
            bottom: 30px;
            width: 66%;
            
        }