
body{

  background-color: #2c5ce0;
  overflow: hidden;
}
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
   
  }

form {
    
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #b3b4b3;
  }
  
  label {
    display: inline-block;
    margin: 0.5rem;
    font-size: large;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500
  }
  
  input[type="number"] {
    width: 5rem;
    margin-bottom: 10px;
    
  }

  
  button {
    margin: 1rem;
    margin-top: 0;
    padding: 0.5rem 1rem;
    background-color: #2c5ce0;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
  }
  
  button:hover {
    transform: scale(1.05);
  }
  
  .center{
    margin-top: 15px;
    text-align: center;
    align-items: center;
  }

  .title{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
     margin-bottom: 10px;  
  }

  .subtitle{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  
  }

  .desc{

    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: large;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   

  }
  