#header {background-color: rgb(65, 4, 4) !important;}
nav.dropmenu ul li a.active{
    color:rgb(248, 248, 240) !important;
    font-size: 3em !important;
    /* padding-top: 0.5em ; */
text-shadow: #111 0px 0px 10px !important;
}
.dropmenu ul li a
{
   padding: 60px 30px 7px 20px !important; 
   color: rgb(134, 134, 108) !important;
}
nav.dropmenu ul li a:hover
{
    color: rgb(248, 248, 240) !important;
}
#header .logo svg path
{
    fill:rgb(248, 248, 240) !important;
}
#page h1{
    font-family: 'Times New Roman', Times, serif !important;
    letter-spacing: -2px;    
}
#page h1::first-letter {
    font-size: 1.8em !important;
    /* background-color: rgb(65, 4, 4) !important; */
    color:  rgb(65, 4, 4) !important;
    font-family: 'Alex', 'Times New Roman', Times, serif !important;
    border-radius: 5% !important;
    line-height: 0.9em !important;
    font-weight: bold !important;
}
#start p:not(.prev-next)
{
    font-family: 'Times New Roman', Times, serif !important;
    font-size: large;
}
#page{
    max-width: 60em;
    padding: 0.1em 3em 0.1em 3em;
    background-color: rgb(248, 248, 240);
    position: relative;
    margin: 0 auto;
    
}