h1 {
    font-size: 70px;
    text-shadow: 4px 4px 5px rgb(0, 225, 255);
    border-color: rgba(255, 0, 68, 0.7);
    border-width: 5px;
    border-style: solid;
    margin-top: 69px;
}

.rightBar a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}
  
.rightBar a:hover {
    background-color: #1e1d1d;
    color: rgb(211, 207, 207);
}

.rightBar a.active {
    text-decoration: underline;
    text-decoration-color:rgb(31, 229, 235);
    text-shadow: 2px 2px 5px rgb(31, 229, 235);
}

.logo {
    margin: -13.5px;
}

.logo a:hover {
    background-color: black;
    color: white;
}

.logo a:hover img {
    opacity: 0.5;
}

.subtitle a {
    color: inherit;
    text-decoration: none;
    font-size: 35px;
    text-shadow: 4px 4px 5px rgb(0, 225, 255);
}

.subtitle a:visited {
    color: inherit;
}

.subtitle a:hover {
    text-decoration: underline;
}

.subheader {
    font-size: 35px;
    text-shadow: 4px 4px 5px rgb(0, 225, 255);
}

#formBox {
    width: 0px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    text-align: left;
}

#formBox form fieldSet{
    border-color: #333;
    padding: 25px;
    box-shadow: rgba(0, 225, 255, 0.4) 5px 5px, 
                rgba(0, 225, 255, 0.3) 10px 10px, 
                rgba(0, 225, 255, 0.2) 15px 15px, 
                rgba(0, 225, 255, 0.1) 20px 20px, 
                rgba(0, 225, 255, 0.05) 25px 25px;
}

#formBox form input[type="submit"] {
    font-family: bungee;
    font-size: 20px;
    display: flex;
    width: 97%;
    margin: 20px auto;
    margin-top: 50px;
    box-shadow: rgba(255, 0, 68, 0.4) 5px 5px, 
                rgba(255, 0, 68, 0.3) 10px 10px;
    background-color: rgba(255, 0, 68, 0.7);
    color: #eaeaea;
    text-shadow: 1px 1px 0px #333, -1px -1px 0px #333, 1px -1px 0px #333, -1px 1px 0px #333;
}

#formBox form input[type="submit"]:hover {
    font-family: bungee;
    font-size: 20px;
    display: flex;
    width: 97%;
    margin: 20px auto;
    margin-top: 50px;
    box-shadow: rgba(0, 225, 255, 0.4) 5px 5px, 
                rgba(0, 225, 255, 0.3) 10px 10px;
    background-color: rgba(0, 225, 255, 0.5);
    color: #eaeaea;
    border-color: #333;
    text-shadow: 1px 1px 0px #333, -1px -1px 0px #333, 1px -1px 0px #333, -1px 1px 0px #333;
    transition: 0.2s ease-in-out;
}

.value input {
    font-size: 16px;
    text-align: left;
    padding: 8px;
    background-color: #eaeaea;
    outline: none;
    margin-bottom: 30px;
    box-shadow: 5px 5px 5px rgb(0, 225, 255, 0.5);
}

.value input:focus {
    border-color: rgba(255, 0, 68, 0.7);
    border-width: 4px;
}

label {
    color: #eaeaea
}

body {
    padding-bottom: 80px;
}

.note {
    border-color: #ccc;
    padding: 15px;
}

.note-text {
    font-size: 35px;
}

.note p {
    margin-top: 0;
    margin-bottom: 0;
}

#nav ul {
    list-style-type: none;
    margin-top: -73.5px;
    padding: 0;
    overflow: hidden;
    position: fixed;
    background-color: rgb(0, 0, 0);
    height: 60px;
    width: 99%
}