body{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: #cccccc50;
}
.mainimagecard{
    height: auto;
    width: 100%;
    background-image: url("../images/Image6.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mainimagecard_1{
    text-align: center;
    padding: 20px 10px;
    background-color: #79C3F0;
    color: white;
}
#mainimagecard_2{
    text-align: center;
    padding: 20px 10px;
}
#mainimagecard_2 img{
    width: 15%;
    height: auto;
}
#mainimagecard_3{
    display: flex;
    flex-direction: column;
    text-align: center;
}
#mainimagecard_4{
    padding: 20px 15px;
    background-color: #79C3F0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
}
#mainimagecard_4 .col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.upper{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.lower{

}
.labelint{
    color: black;
  text-shadow: 2px 2px 4px red;
  font-weight: bold;
  font-size: 2em; /* Adjust the font size as needed */
  }
.labelstring{
    color: white;
    font-weight: bold;
  }
  #id1{
    color: white;
  text-shadow: 2px 2px 4px red;
  font-weight: bold;
  font-size: large;
  font-size: 1.5em; /* Adjust the font size as needed */
}
#id2{
    color: white;
}