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: 70px;
    color: white;
}

h2 {
    margin: -40px;
    font-size: 37px;
    text-shadow: 2px 2px 5px rgb(255, 0, 221);
    color: white;
}

h3 {
    margin-top: -12px;
    margin-bottom: -30px;
    font-size: 20px;
    text-shadow: 2px 2px 10px rgb(140, 0, 255);
    color: white;
}

ul {
    list-style-type: none;
    margin-top: -75px;
    padding: 0;
    overflow: hidden;
}

.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;
}

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

.showcaseImg {
    margin-top: 20px;
    width: 800px;
    height: 450px;
    border-radius: 25px;
    border-color: rgb(200, 0, 255);
    border-width: 5px;
    border-style:ridge;
}

#space {
    width: 100%;
    height: 70px;
}