* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.container {
    height: 100%;
    width: 100%;
    background-image: url(../media/song/image.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.navbar {
    width: 88%;
    margin: auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 130px;
    cursor: pointer;
}
.navbar ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}

.navbar ul li a{
    text-decoration: none;
    color: #5f5f5f;
    font-size: 15px;
}


.content{
    width: 100%;
    position: absolute;
    top: 30%;
}
.left-col {
    margin-left: 6%;
}

.left-col h1{
    font-size: 85px;
    color: #fff;
    line-height: 110px;
    float: left;
}

.righ-col {
    float: right;
    margin-right: 6%;
    margin-top: 110px;
    display: flex;
    align-items: center;

}

.righ-col p {
    position: relative;
    font-size  : 18px;
    color: #5f5f5f;
    font-weight: 400;
    margin-right: 15px;
margin-bottom: 10px;
}

#icon {
    width: 80px;
    cursor: pointer;
}