                   body {
                       font-family: Roboto;
                   }
                   
                   .dropdown-content {
                       display: none;
                       position: absolute;
                       background-color: #f1f1f1;
                       min-width: 160px;
                       box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                       z-index: 1;
                   }
                   
                   .dropbtn {
                       background-color: red;
                       color: white;
                       padding: 16px;
                       font-size: 16px;
                       border: none;
                       border: 2px solid white;
                   }
                   
                   #start {
                       position: relative;
                       display: inline-block;
                       padding: none;
                   }
                   
                   .dropdown {
                       position: relative;
                       display: inline-block;
                       padding-left: 2.8rem;
                   }
                   
                   .dropdown-content a {
                       color: rgb(20, 20, 109);
                       padding: 12px 16px;
                       text-decoration: none;
                       display: block;
                   }
                   
                   .dropdown-content a:hover {
                       background-color: rgb(231, 162, 162);
                   }
                   
                   .dropdown:hover .dropdown-content {
                       display: block;
                   }
                   
                   .dropdown:hover .dropbtn {
                       background-color: #ad5522;
                   }
                   
                   h1 {
                       color: #51565c;
                       text-align: center;
                       border-bottom: 5px groove #51565c;
                   }
                   
                   .homepage_Home {
                       border-left: 2px solid grey;
                       border-bottom: 2px solid grey;
                       padding: 5px;
                       font-size: 20px;
                   }
                   
                   .download {
                       border-bottom: 3px solid #cacaca;
                       border-top: 3px solid #cacaca;
                   }
                   
                   .download-top {
                       border-top: 3px solid #9b9b9b;
                   }
                   
                   code {
                       background-color: #c2c2c2;
                       border: 1px solid #6f6f6f;
                   }
                   
                   a:link,
                   a:visited {
                       text-decoration: none;
                   }
                   
                   a {
                       color: #4a4ead;
                       font-family: 'Montserrat', sans-serif;
                   }
                   
                   a:hover {
                       background: #dadada;
                       color: #252850;
                   }
                   
                   li {
                       list-style-type: none;
                       padding-bottom: 5px;
                       padding-top: 5px;
                   }
                   
                   h1,
                   h2,
                   h3,
                   h4,
                   h5,
                   h6 {
                       width: 80%;
                       padding: 20px;
                       margin: 0 auto;
                       font-family: 'Roboto', sans-serif;
                   }
                   
                   h2,
                   h3,
                   h4,
                   h5,
                   h6 {
                       border-bottom: 1px solid #bfc5c7;
                       margin-top: 16px;
                   }
                   
                   summary {
                       display: inline-block;
                       background-color: red;
                       color: white;
                       border: 2px solid white;
                       padding: 1rem;
                       margin-bottom: 2rem;
                       box-shadow: 2px 4px 6px #bbbbbb;
                       cursor: pointer;
                   }
                   
                   #end {
                       margin-bottom: unset;
                   }
                   
                   details>p {
                       box-shadow: 2px 4px 6px #bbbbbb;
                       border: 2px solid white;
                   }
                   
                   #val {
                       opacity: 0;
                       position: absolute;
                       pointer-events: none;
                   }
                   
                   #val2 {
                       opacity: 0;
                       position: absolute;
                       pointer-events: none;
                   }
                   
                   #val3 {
                       opacity: 0;
                       position: absolute;
                       pointer-events: none;
                   }
                   
                   .nav_padx {
                       clear: left;
                       width: 80%;
                       margin: 0 auto;
                       padding: 30px;
                       background: #eee;
                       box-sizing: border-box;
                       border: 1px solid #dadada;
                       text-align: left;
                       margin-top: 16px;
                       border-radius: 15px;
                   }
                   
                   .project {
                       background-color: red;
                       color: white;
                       padding: 16px;
                       font-size: 16px;
                       border: unset;
                       border: 2px solid white;
                       box-shadow: 2px 4px 6px #bbbbbb;
                       cursor: pointer;
                   }
                   
                   @media (max-width: 111.25em) {
                       .dropdown {
                           line-height: 6rem;
                       }
                   }