*{
    margin :0 ;
    padding :0 ;
}

#home{
    overflow: hidden;
    width: 100%;
    background: url(Huge-Backgrounds-33.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.p1{
    position:relative;
    top:35%;
    left:20%;
    font-size:70px;
    font-style: oblique;
    color:aquamarine;
}

.c{
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 1000;
}

ul{
    overflow: hidden;
    background-color: #333333;
}

ul li a {
    float:left;
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
 
ul li a:hover {
    background-color: #111111;
} 



#about{
    overflow: hidden;
    background: url(bgnd2.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    
}

.i1{
    position: relative;
    left: 20%;
    top:35%;
    width: 13%;
    height:40%;

}

.p2{
    position:relative;
    top:0%;
    left:35%;
    font-size:40px;
    font-style: italic;
    
}

#education{
    overflow: hidden;
    width: 100%;
    background: url(edu.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 110vh;

}

.myedu{
    position: relative;
    top: 15%;
    left:40%;
    font-size: 50px;
    color:brown;
}

table{
    width: 70%;
    position: relative;
    top:20%;
    left:15%;
    font-size: 40px;
    border-collapse: collapse;
}

table th{
    border:5px solid black ;
}

table td{
    border: 5px solid black;
}


#timetable{
    overflow: hidden;
    width: 100%;
    background: url(tt.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 110vh;

}

.i2{
    position:relative;
    top: 8%;
    left:20%;
}


#hobbies{
    overflow: hidden;
    width: 100%;
    background: url(hobbies.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 250vh;

}

.hh1{
    position:relative;
    left: 10%;
    top: 10%;
}

.i3{
    position: relative;
    width: 15%;
    height: 10%;
    top: 15%;
    left:10%
    
}

.div1{
    position: relative;
    top: 5%;
    left: 25%;
}

.i4{
    position: relative;
    width: 15%;
    height: 10%;
    top: 20%;
    left: 10%;  
}

.div2{
    position: relative;
    top: 10%;
    left: 25%;
}

.i5{
    position: relative;
    width: 15%;
    height: 10%;
    top: 25%;
    left: 10%;
}

.div3{
    position: relative;
    top: 15%;
    left: 25%;
}

.i10{
    position: relative;
    width: 15%;
    height: 10%;
    top: 30%;
    left: 10%;   
}

.div4{
    position: relative;
    top: 20%;
    left: 25%;
}

.button{
    position: relative;
    top: 30%;
    left:30%;
}


#contact{
    overflow: hidden;
    width: 100%;
    background: url(html-gradient-background-css.webp);
    background-position: center;
    background-size: cover;
    height: 100vh;

}

.ch1{
    position: relative;
    top:20%;
    left: 40%;
}

.i6{
    position: relative;
    width:15%;
    height:30%;
    top: 30%;
    left:5%;
}

.i7{
    position: relative;
    width:15%;
    height:30%;
    top: 30%;
    left:15%;
}

.i8{
    position: relative;
    width:15%;
    height:30%;
    top: 30%;
    left:25%;
}

.i9{
    position: relative;
    width:15%;
    height:30%;
    top: 30%;
    left:35%;
}

.footer{
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: aqua;
    z-index: 1000;
}

.footer a{
    color: black;
    padding-top: 10px;
    text-align: center;
    position:relative;
    left:50%;
}