body{
    text-align: center;
    
}
#school-name{
    color: yellow;
    background-image: linear-gradient( #FF0000 0% , #0000FF 100%);
    height: 400px;
}
#schoolp{
    top: 100px auto;
    text-align: left;
}

html{
    scroll-behavior: smooth;
}
img{
   height: 200px;
    width: 300px;
}
.line{
    background-color: black;
    height: 7px;
    width: 400px;
    margin: 8px auto;
}
.my_nav_bar{
    position: sticky;
    top: 0;
    z-index: 9999;    
}
#Campus{
    color: purple;
    background-image: linear-gradient( darkorange 0% , white 50% , green 100%);
    height: fill;
}
#achieve1{
    margin-top: 10px;
    width: 500px;
}
#Achievements{
     color: yellow;
    background-image: linear-gradient( blue 0% , green 50% , red 100%);
    height: fill;
}
.school{
    text-align: left;
}
#ContactUs{
    color: blueviolet;
    background-image: linear-gradient( yellow 0% , red 50% , orange 100%);
    height: 700px;
}
#Alumni{
     color: orangered;
    background-image: linear-gradient( pink 0% , lightblue 50% , purple 100%);
    height: fill;
}
