* {
    margin: 0%;
    padding: 0%;
}
body {
    background-color: black;
}
a {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}
p{
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}
.sel_bar {
    display: flex;
    justify-content: center;
}
.sel_bar a{
    padding-left: 10px;
}
.body_main {
    border-color: blanchedalmond;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    width: 450px;
    height: 450px;
}
.black-white-gradient{
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 1%, rgba(79, 79, 79, 1) 100%);
    color: white;
    height: 45px;
    width: 138px;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 7px;
    border-style: solid;
    border-color: white;
    margin-left: 5px;
    margin-right: 5px;
    transition: ease-out 0.1s;
}
.black-white-gradient:active {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 100%);
    margin-left: 7px;
    margin-right: 7px;
}
.games_list {
    display: flex;
    justify-content: center;

}
#p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.body_storage {
    border-color: blanchedalmond;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    width: 650px;
}
.MFA, .Games, .Misc {
    background-color: rgb(29, 29, 29);
    cursor: pointer;
}
.MFA_contents, .Games_contents, .Misc_contents {
    padding-top: 5px;
    padding-bottom: 2px;
    display: none;
}
.br {
    height: 2px;
    background-color: white;
}