body {
  overflow-x: hidden;
  background: #ebebff; }
  
  
.card {
    background-color: #ffffff; /* White background */
    border: 0px solid #ffffff; /* 15px rounded, white border */
    border-radius: 15px; /* 15px rounded corners */
    box-shadow: 0 0 10px rgba(173, 216, 230, 0.25); /* Light blue shadow with 0.25 alpha (ARGB) */
}

.iconz{
     width: 50px; 
     height: 50px;
}