body {
    text-align: center;
}

.player-container {
    width: 336px;
    height: 550px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -168px;
    background-color: black;
}

#play-title {
    color:white;
    font-size:15px;
    padding-top: 50px;
}

#emotion-name {
    color:black;
    font-size:20px;
    line-height:30px;
    background: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
}

#tag {
    color:white;
    font-size:10px;
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 50px;
}

#circle-top {
    width: 152px;
    height: 76px;
    border-top-left-radius: 116px;
    border-top-right-radius: 116px;
    border: 40px solid white;
    border-bottom: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -98px;
    margin-left: -116px;
}

#play-button {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 50px solid #555;
    border-bottom: 25px solid transparent;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -20px;
    z-index: 1;
}

#pause-button {
    visibility: hidden;
    font-size:38px; color: #555;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -34px;
    z-index: 1;
}

#circle-bottom {
    width: 152px;
    height: 76px;
    border-bottom-left-radius: 116px;
    border-bottom-right-radius: 116px;
    border: 40px solid white;
    border-top: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 18px;
    margin-left: -116px;
}

hr {
    position: absolute;
    top: 83%;
    width:70%;
    left: 15%;
    height:1px;
    border-width:0;
    color:gray;
    background-color:gray;
}

#creation-date {
    color:white;
    padding-top: 300px;
}

svg {
    width: 400px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -182px;
    margin-left: -200px;
}

#progress-bar {
    fill: none;
    stroke: blue;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-dasharray: 806;
    stroke-dashoffset: 806;
    transition-duration: 0.1s;
}

#appstore {
    width: 120;
    height: 40px;
    margin: 50px;
}
