#player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#songname {
    margin-top: 20px;
    font-size: 2em;
}

#playerbuttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#playerbuttons i {
    padding: 10px;
}

#songslider {
    width: 300px;
    height: 5px;
    border: 1px solid red;
    border-radius: 10px;
    margin-top: 20px;
}

#songslider::-webkit-slider-thumb {
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

@font-face {
  font-family: 'Goth';
  src: url(../fonts/goth.ttf); 
}