
body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
header, main{
    margin-bottom: 25px;
    margin-left: 25px;
}

* {
    font-family: "Reddit Mono", serif;
}
.player {
    display: none;
}
#songlistbuttons{
    display: flex;
    flex-direction: column;
}
.song_button {
    margin-left: 33%;
    color: lime;
    width: 25%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
}
.song_buttons {
    border: red solid 1px;
}

@media only screen and (max-width: 500px) {
    .song_button {
        margin-left: 0px;
        margin-bottom: 5%;
        width: 100%;
        height: 150%;
    }
}

html{
    background: black url("https://minecraft.wiki/images/End_Gateway.gif");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    color: #ffffff;
}
iframe{
    width: 375px;
    margin: 50px auto;
    border: 5px solid white;
}
#ifra{
    display: flex;
    flex-wrap: wrap;
}