*{
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

body{
    background-color: #181818;
    color: #a6daf4;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

h3{
    color: #7c7c7c;
    font-size: 1.1rem;
}

p{
    line-height: 1.4;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 40px;
}

#player{
    margin-bottom: 30px;
    border-radius: 12px;
    width: 100%;
    
}