body {
    font-family: Arial, sans-serif;
    text-align: center;
}


.uniqueH3 {
    margin-top: 5px;
    color: white;
    font-size: 16px;
    margin-bottom: 30px;
}

.uniqueButton {
    padding: 10px 35px;
    font-size: 14px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: background-color 0.3s; /* Add a smooth transition for the background-color property */
    border-radius: 20px;
  

}
button:hover {
    background-color: white; /* Change the background color to gray on hover */
    color: black;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    font-size: 16px;
    margin: 5px;
    border-radius: 15px;

}

.uniqueP {
    padding: 10px 20px;
    font-size: 14px;
    background-color:white;
    border: none;
    font-weight: bold;
    margin: 5px;
    border-radius: 15px;
}

.uniquebox {
    position: relative;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    background-color:#20bc5e;
    width: 400px;
    height: 450px;
    margin: auto;
    border-radius: 20px;
    border: 3px solid white; /* Set the border properties: width, style, and color */
    margin-bottom: 60px;
    margin-top: 60px;
}
@media (max-width: 650px) {
    .mainbox {
      width: 290px;
      height: 450px;
      margin-left: -10px;
      margin-right: 0px;
    }
  }


  .top-left-image {
    max-width: 58px;
    max-height: 58px;
    width: 58px;
    height: 58px;
    margin-right: 12px;
    position: absolute;
    top: 0;
    right: 0;
}