
body {
    text-align: left;
   font-size: 22px;
   padding-left: 20px;
   padding-top: 40px;
   font-family: 'Orbitron', sans-serif;
   }

h1 {
   font-size: 55px;
   margin-bottom: 25px;
   font-family: 'Bungee Shade', cursive;
   color: rgb(255, 216, 41);
   text-align:center;
   margin-top: 0%;
}

   #arrow {
       width: 40px;
       height: 1%;
       padding-left: 220px;
     }

.vertical-menu {
   width: 200px;
}
.vertical-menu a {
   color:whitesmoke;
   display: block;
   padding: 20px;
   text-decoration: none;
}
.vertical-menu a:hover {
   background-color:rgb(54, 167, 54);
}
.vertical-menu a.active {
   background-color: red;
   color: white;
}
h2 {
   font-size: 28px;
   margin-bottom: 20px;
   font-family:Arial, Helvetica, sans-serif;
   color: white;
}
h3 {
   margin: 0;
}
p {
    color: rgb(255, 255, 255);
    font-size:19px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    margin-left: 25%;
    margin-right: 20%;
}
#footer {
      color: rgb(245, 245, 245);
   padding-bottom: 0px;
   font-family: 'Courier New', Courier, monospace;
   bottom: 0;
   text-align: center;
   position: fixed;
   padding-left: 647px;
}
#morpheus {
   width: 200px;
   height: auto;
   border-color: purple;
   border-width: 4px;
   border-radius: 13px;
   border-style: solid;
}

