body{
    background-color: black;
    color: white;
}

.player {
    margin-left: 1000px;
    margin-top: 60px;
    position: fixed;
}

.lyrics {
    margin-left: 70px;
    padding: 2rem;
    text-align: left;
}

h1{
    font-family: monospace;
    font-size: 40px;
    font-weight: 700;
    color: #bd6910;
}

h2{
    font-family: monospace;
    font-size: 30;
    font-weight: 600;
    color: #9e5508;
}

h3{
    font-family: monospace;
    font-size: 16px;
    color: #d3d3d3;
}

p{
    font-family: monospace;
    font-size: 16px;
    margin-top: 2rem;
    line-height:25px; }

