html{
    
    background-image: url(bg321.jpg);
    background-repeat: inherit;
}


.navbar {
  
    border-radius: 60px;
    border: 3px solid rgb(255, 238, 2);
    height: 75px;
    margin-bottom: 15px;
 }

.navbar ul {
    overflow: auto;
}

.navbar li {
    float: left;
    list-style: none;
    text-decoration: none;
    margin: 15px;
    padding: 1px;
    font-size: 25px;
}

.navbar li a {
    text-decoration: none;
    color: rgb(255, 238, 0);
    text-decoration:solid;

}
#start{
    
    border-radius: 25px;
    height: 710px;
   
    
}
#main {
    padding: 3px;
    margin: 3px;
    color: rgb(252, 247, 0);
    
}
#photo {
    height: 100pxpx;
    width: 400px;
    margin-left: 150px;
    margin-top: 25px;
    border: 5px solid black;
    border-radius: 15px;
}
.bgedu {
    display: flex;
    border-radius: 15px;
    height: 200px;
    display: inline;
}
#he{
    float: right;
    position: relative;
    right: 100px;
    font-size: 35px;
    color: rgb(255, 251, 0);
    
    text-align: center;
    width:700px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace ,pre;
}
#edu{
    
    
    
    color: rgb(255, 251, 0);
    width: 1200px;
    text-align: center;
    
    position: relative;
    font-size: 75px;
    }

    #info{
        padding-right : 50px;
    }

 
#heading{
       position: relative;
       left: 45%;
       bottom: 400px;
       width: 700px;
       border: 5px solid rgb(239, 255, 11);
       color: rgb(255, 217, 4);
       text-align: center;
       border-radius: 35px;
   }  
   h2:hover{
    color:  rgb(156, 134, 6);
}
#school{
    display: flex;
  
   
    margin: 35px;
    }
#school h2{
    margin: 100px;
    color: rgb(255, 251, 0);

font-size: 50px;
}

#copyright{
  position: relative;
  
  align-items: center;
  color: rgb(250, 215, 15);
}
.pic{
    border: 5px solid rgb(5, 5, 5);
    width: 65%;
    
}


   
