body {
    background-color: black;
    color: white;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
main {

}
object {

}
p {
    text-align: center;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
    margin: 0px;
}
h3 {
    text-align: center;
    margin: 0px;
}
h4 {
    text-align: center;
}
h5 {
    text-align: center;
}
/*------------------------Classes---------------------------*/
.borders {
    border-radius: 25px
}
.row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    position: relative;
    margin: 5px;
}
.transition {
    transition: 500ms;
    -webkit-transition: 500ms;
}
.socials {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.defaults {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0px;
}
/*--------------------------Ids-----------------------------*/
#Bandcamp_areahover {
    position: absolute;
    width: 130px;
    height: 110px;
    left: 0px;
}
#email_link {
    color: white;
}
