*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    background-color: black;
}
nav{
    padding:20px;
}
ul{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
li{
    list-style-type: none;
    color:white;
    font-size: 20px;
}
li:hover{
    color:aqua;
}
a{
    text-decoration: none;
}
h1{
    color:white;
}
.educate{
    font-size:50px;
    text-align:center;
    margin-top:15px;
}
.edu{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.art{
    
display:flex;
justify-content: space-evenly;
color: white;
}
.my_college_detail{
    border: 3px solid aqua;
     margin-top: 30px; 
     margin-left:18px;
    width: 600px;
    height:200px;
    text-align: center;
    line-height: 40px;
     padding:25px;
}
.my_college_detail:hover{
    transform: scale(1.05);
}
@media only screen and (max-width:900px){
.my_college_detail{
    width: 300px;
    height: 400px;
    line-height: 56px;
    
}
}
hr{
    color:white;
    height:5px;
    background-color: white;;
}
.sepp{
    border-left:5px dashed white;
    margin-left:10px;
}