* {
    background-color: rgb(12, 31, 75);
}

main {
    width: 60%;
    margin: auto;
    font-size: 15pt;
   
}

h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ced190;
    text-align: center;
}

h2 {
    color: rgb(196, 181, 148);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


a {
    color: rgb(196, 181, 148);
}

ul {
    color: rgb(236, 255, 255);
}

ol {
    color: rgb(223, 255, 255);
}

dt {
    color: rgb(150, 207, 207);
   
}

dd {
    color: azure;
}