body{
  background-image:url(https://media.traveler.es/photos/62372c7f9999d61fe36db039/16:9/w_2560%2Cc_limit/india.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.bgmain {
  padding: 40px;
  max-width: 300px;
  backdrop-filter: blur(5px);
  margin: 0 auto;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: white;
  box-shadow:   -1px -1px 15px -5px rgba(0,0,0,0.63);
}
.image {
  background-size: cover;
  background-color: #FFFFFF;
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow:   -1px -1px 15px -5px rgba(0,0,0,0.63);
  
}
.image img{
  width: auto;
  height: 100%;
}
.cubo {
  background-size: cover;
  padding: 20px;
  width: 200px;
  height: 40px;
  margin: 15px auto 0;
  text-align: center;
  border-radius: 15px;
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  box-shadow: inset 0px 0px 30px 1px rgba(0,0,0,0.63);
}
.cubo:hover{
  box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.63);
  transition-property: all;
  transition-duration: 0.5s;
}
.cubo img {
  width: 40px;
  height: 40px;
}
.boximg {
  float: left;
  width: 50%;
}
.cubo p {
  float: left;
  width: 50%;
  color: white;
  font-size: small;
}
