body {
    margin: 0;
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-position: center;
    color: #333;
    font-family: 'League Gothic', sans-serif;
    font-size: 14px;
    text-align: center;
    padding-top: 200px;
  }
  
  .form-container {
    max-width: 800px;
    font-size: 20pt;
    margin: 0 auto;
    padding: 20px;
    background-color: #ddd7d7;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .top-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .top-section label {
    width: 20%;
    margin-bottom: 10px;
    text-align: center; 
  }
  
  .top-section input[type="radio"] {
    margin: 0 10px;
  }
  
  .top-section select {
    width: 60%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    text-align: center; 
  }
  
  label {
    display: block;
    margin-bottom: 10px;
    width: 30%;
    text-align: center; 
  }
  
  input[type="text"], input[type="email"], input[type="number"], textarea {
    width: 60%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    text-align: center;
  }
  
  input[type="submit"], button[type="reset"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
  }
  
  input[type="submit"]:hover, button[type="reset"]:hover {
    background-color: #444;
  }
  
  .form-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .form-container {
    width: 80%;
  }
  
  .top-section {
    flex-direction: column;
    align-items: center;
  }
  
  .top-section label {
    margin-bottom: 20px;
  }
  
  .top-section input[type="radio"] {
    margin-bottom: 20px;
  }
  .top-section input[type="radio"] {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .top-section label[for="marksman"],
  .top-section label[for="fighter"],
  .top-section label[for="assassin"],
  .top-section label[for="mage"],
  .top-section label[for="tank"],
  .top-section label[for="support"] {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .top-section label[for="mage"] {
    margin-right: 10px;
  }

  .radioButtons {
    display: flex;
    flex-wrap: wrap;
  }