.middledevform
{
    justify-content: center;
    padding-top: 20px;
    margin: 50px;
}

input[type="submit"].creation-button {
    border-radius: 20px; /* Adjust the value to change the border radius */
  }
/* 
#statusMessage
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    z-index: 9999;
  
}
#statusMessage a {
    display: inline-block;
    margin-top: 10px;
  } */