*{
    margin: 0;
    padding: 0;
}
.container{
    width: 100%;
    height: 100%;
    position:fixed;
    top:0%;
}
html,body{
    width: 100%;
    height: 100%;
}
.collapse-btn{
    position:fixed;
    top: 0%;
    right: 0%;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    font-size: 30px;
    padding: 5px;
}

.collapse1-btn{
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    font-size: 28px;
    text-align: center;
    padding: 0px;
}
.h-p{
    position: sticky;
    top: 13%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 0px;
}
i{
background-color: transparent; 
}
button:hover{
    cursor: pointer; 
}