body {
    font-family: "Myriad Pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden
}

.par {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-wrapper {
    padding: 80px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 59%
}

.main-wrapper__Top {
    text-align: center
}

.main-wrapper__Top h1 {
    margin: 0;
    color: #00a0e4;
    font-size: 37px;
    line-height: 26px
}

.main-wrapper__Bottom {
    position: relative;
    margin: 70px auto 30px auto;
    max-width: 600px;
    height: 500px
}

.dbItem {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.dbItem a {
    margin-right: 20px;
    line-height: 0;
    flex: 1 1 0;
    max-width: 35px
}

.dbItem .dbBar {
    margin-right: 20px;
    flex: 2 1 0;
    max-width: 150px
}

.dbItem .dbInfo {
    font-size: 26px;
    line-height: 33px;
    color: #00a0e4;
    max-width: 157px;
    flex: 1 1 0;
  	padding-left: 60px;
}

.dbItem .dummyBar {
    width: 150px;
    height: 30px
}

.dbItem .dummyBar2 {
    width: 100px;
    height: 30px;
    background: #5a5a5a
}

.play-button {
    width: 40px;
    height: 40px
}

.img-bar {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-icon {
    height: 30px;
    margin-left: 7px
}

.img-icon2 {
    height: 30px;
    margin-left: 3px
}

.img-icon3 {
    width: 140px;
    height: 30px;
    margin-left: 3px
}


audio {
    display: none
}

.logo {
    position: absolute;
    height: 20px;
    right: 185px;
    bottom: 20px;
}

.main-wrapper__Top h1 {
    margin: 0;
    color: #00a0e4;
    font-size: 37px;
    line-height: 38px;
}


/*# sourceMappingURL=style.css.map */