body {
    display: block;
    margin-left: auto;
    margin-right: auto;
   color: black;
   background-color: aliceblue;
    width: 35%;
    padding: 50px;
    text-align:center;
    }
h1{
    font-family: 'Bungee Shade', cursive;
    color: rgb(55, 55, 245);
    margin-bottom: 60px;
    font-size: 2.5rem;
}
#positions {
    width:400px;
    height:auto;
}

h2 {
    font-family: 'Goldman', cursive;
    font-family: 'Orbitron', sans-serif;
    font-size: 30px;
    color: rgb(182, 159, 31);
    margin-bottom: 60px;
}
h3 {
    font-family: 'Goldman', cursive;
    font-family: 'Orbitron', sans-serif;
    font-size: 30px;
    font-weight: bold;

}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
}

ol {
    text-align: left;

}
h5 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
}
.vertical-menu {
    width: 225px;
    position: fixed;
  left: 0;
  top: 6;
 margin-top: -2.5em;
    }
.vertical-menu a {
    color:whitesmoke;
    display: block;
    padding: 24px;
    text-decoration: none;
    
}
.vertical-menu a:hover {
    background-color: blue;
}
.vertical-menu a.active {
    background-color: red;
    color: white;
}
a{
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    
}
#footer {
    color: whitesmoke;
 padding-bottom: 0px;
 font-family: 'Courier New', Courier, monospace;
 bottom: 0;
 text-align: center;
 position: fixed;
 padding-left: 900px;
}

img {
padding: 40px;
}