
.title{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    font-size: 30px;
    text-align: center;
}

.name{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.audio_img{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.content_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding-bottom: 30px;
}
