
*{
   margin: 0 ;
   padding: 0;
   font-family: sans-serif;
}

.container{
    height: 100vh;
    width: 100%;
    background-image: url(media/music.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.navbar{
    width: 100%;
    margin: auto;
    padding: 1px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo{
    width: 140px;
    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%;
}
.top-left{
    font-family: 'Sacramento', cursive;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: xx-large;
}
.left-col{
    margin-left: 6%;
}
.left-col h1{
    font-size: 100px;
    font-family: 'Monoton', cursive;
    color: #000;
    line-height: 150px;
    float: left;
}
.right-col{
    float: right;
    margin-right: 4%;
    margin-top: 200px;
    display: flex;
    align-items: center;
}
.right-col p{
    font-size: 18px;
    color: #5f5f5f;
    font-weight: 400;
    margin-right: 15px;
}
#icon{
    width: 80;
    cursor: pointer;   
}