* {
            font-family: 'Courier Prime';
        }
        h1 {
            font-size: 2.67vw;
            color: #800000
        }
        p {
            font-size: 1.33vw;
            color: #c05050;
            text-align: center;
            font-weight: bold;
        }
        li {
            font-size: 1.33vw;
            color: #c05050;
            text-align: center;
            font-weight: bold;
            list-style-position: inside;
        }
        ul{
            font-size: 1vw;
            color: #c05050;
            text-align: center;
            font-weight: bold;
            list-style-position: inside;
        }
        a {
            font-size: 1.33vw;
            color: #cc9999;
        }
        body {
            background-color: #301414
        }
