body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    background: #f2f2f2;
    margin: 0;
    padding: 0;
}

#app {
    padding-bottom: 50px;
}

#header {
    background: white;
    padding: 8px 0;
}

.logo {
    height: 40px;
    width: 200px;
    position: relative;
}

.logo .logo-image {
    height: 40px;
}

.logo .logo-title {
    position: absolute;
    left: 55px;
    top: 5px;
    height: 40px;
    font-size: 23px;
    font-weight: 700;
    color: #444;
}

.player {
    margin-top: 15px;
    height: 200px;
    border-radius: 15px;
}

.player .image {
    margin-top: 10px;
}