@font-face {
  font-family: "roboto";
  src: url(./Roboto_Condensed-ExtraLight.ttf);
}
*{
  font-family: "roboto";
}
.maincontainer{

  text-align: center; 
}
.container{
  display: inline-block;
  width: 200px;
  height: 320px;
  text-align: center;
  margin: 10px;
  background-color:  rgba(21, 103, 185, 0.939);
  border-radius: 15px;
  box-shadow: 0px 0px 2px grey;
}
.bg{
  height: 50%;
  width: 100%;
  background-color: #fff;
}
.img{
  background-color: rgba(21, 103, 185, 0.939);
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0px 15px;
  
}

img{
  background-color: rgba(21, 103, 185, 0.939);
  width: 40%;
  height: 50%;
  margin: 25px;
  border-radius: 100%;
  padding: 3px ;
  border: 2px solid white;
}

.section{
  height: 50%;
  border-radius: 0px 15px 15px 15px;
}

.contain{
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  border-radius: 0px 15px 15px 15px;

}
.contain h3{
  background-color: #fff;
  font-size: medium;
  
}

.contain p{
  padding: 6px;
  font-size: 10px;
  background-color: #fff;

  
}
button{
  margin: 5px 0px 0px 0px;
  background-color:  rgba(21, 103, 185, 0.939);
  color: white;
  border-radius: 5px;
  font-size: 8px;
  padding: 5px 15px;
  border: 2px solid rgba(21, 103, 185, 0.939);
}