/* SIDEBAR */

.sidebar {
    font-family: basiic;
    height: 840px;
    width: 150px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url("gifs/space_bg2.gif");
    overflow-x: hidden;
    padding-top: 20px;
    border-style: ridge;
    border-radius: 0px 40px 40px 0px;
    box-shadow: 5px 5px 40px;
    margin-top: 30px;
}
.sidebar a {
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    display: block;
    text-align: center;
}
.sidebar a:hover {
    font-weight: bold;
    text-align: center;
}

.sidebar h3 {
    color: rgb(255, 255, 255);
    text-align: center;
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
}
