.Back {
    background-color: #696969;
}

.SideBarBack {
    font-family: open sans;
}

.SideBarA {
    color: white;
    text-decoration: none;
}

.SideBarWrapper .SideBar{
    position: fixed;
    left: 0;
    top: 0;
    width: 20vw;
    height: 100vh;
    background: #231f20;
}
.SideBarWrapper .SideBar .SideBarHOne {
    color: #fff;
    text-align: center;
    line-height: 90px;
    border-bottom: 1px dotted white;
    margin-bottom: 50px;
}

.SideBarWrapper .SideBar .SideBarUl .SideBarLi:hover {
    list-style: none;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

i {
    margin-right: 8px;
}

.SideBarWrapper .MainContent {
    width: 80vw;
    margin-left: 20vw;

}

.SectionHOne {
    text-align: center;
}

.PirateLinks {
    text-align: center;
}

.ArtLinks {
    text-align: center;
}

.GamingLinks {
    text-align: center;
}

.GithubLinks {
    text-align: center;
}

.DiyLinks {
    text-align: center;
}

.MiscellaneousLinks {
    text-align: center;
}