body {
    background-color: #004d40; /* Dark green-blue */
    color: #f5f5f5; /* Light text for contrast */
    font-family: "Montserrat", sans-serif;
  }
  
  .title {
    font-size: 30px;
    font-weight: bold;
  }
  
  .moveicon {
    background-color: transparent;
    height: 100px;
    border-radius: 25px;
    margin: 15px;
    cursor: pointer;
  }
  
  .b4 {
    margin-top: 50px;
    font-size: 20px;
    border-radius: 50px;
    padding: 5px 20px;
    background-color: rgba(214, 214, 228, 0.913);
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
    color: darkred;
  }
  