body
{
    background-color: #010101;
    text-align: center;
    margin: 0;
    padding: 0;
}

.main-bg
{
    background-image: url("./bg.jpg");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.pic-haji
{
    width: 100%;
    max-width: 300px;
    margin-top: 50px;
    position: relative;
    z-index: 100;
}

.audio
{
    display: none;
}
.audio-play
{
    width: 50px;
    float: right;
    color: #ffffff;
    font-size: 10pt;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 200;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    padding: 5px 10px;
    border-radius: 15px;
}