.card{ 
    background-color: rgb(0, 0, 0);
   border-radius: 15px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   
   color: whitesmoke;
}
.logo{
    height: 50px;
  float: left;
}
.container{
   color:rgb(95, 95, 95);
   border:1px solid;
   border-color: black;
   border-radius: 20px;
}
.navbar-dark{
   background-color:rgb(0, 0, 0);
}
.jumbotron {
   
  background-color: rgb(255, 255, 255);
   border-radius: 15px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   font-size:1em;
   margin : 2% ;
   color: rgb(0, 0, 0);


}

.logo{
   width: auto;
   height: 100px;
   
   
}
.edu{
   width: auto;
   height: 200px;
}
.pad{
   padding : 2%;
   
}
