*, html {
margin: 0;
padding: 0;
}
.container {
position: relative;
max-width: 1140px;
margin: 0 auto;
padding: 50px;
}
audio {
display: inline-block;
margin: 0 auto;
margin-bottom: 20px;
}
#root img {
width: 100px;
user-select: none;
height: 100px;
margin-left: 10px;
}
#volume img {
width: 80px;
height: 80px;
margin-left: 20px;
}
h3 {
margin-bottom: 20px;
height: 20px;
width: 300px;
background-color:rgb(252, 252, 252);
text-align: center;
}
p {
text-align: center;
}