body {
            margin: 0;
            min-height: 100vh;
            width: 100vw;
            background: url('album-cover.jpg') no-repeat center center fixed;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
}

*   {
        font-family: "Roboto", sans-serif;
}

.track-title,
#track-title {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 400;
}

.track-artist   {
    font-size: 16px;

}

#repeat-modal-title {
    font-weight: 800;
    font-size: 32px;
}

.repeat-modal-text  {
    font-weight: 400;
    font-size: 16px;

}
