.about-cell{
    margin: auto;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.about-background-color{
    background:rgb(255, 255, 255);
}
.about-image {
  width: 100%;
  object-fit: cover;
}
.about-text {
  padding: 25px;
  font-size: 18px;
  margin: auto;
}

.form-add-button, .form-add-button:link, .form-add-buttonn:visited {
    width: 80px;
    margin: 0;
    /*padding: 5px;*/
    text-align: center;
    font-size: 16px;
    color: rgb(19, 129, 0);
    background-color: white;
    border: 1px solid rgb(19, 129, 0);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
  }
  .form-add-button:hover, .form-add-button:active {
    color: white;
    background-color: rgb(19, 129, 0);
    /*border: 1px solid white;*/
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
  }
  .form-remove-button, .form-remove-button:link, .form-remove-buttonn:visited {
    width: 80px;
    margin: 0;
    /*padding: 5px;*/
    text-align: center;
    font-size: 16px;
    color: rgb(149, 0, 0);
    background-color: white;
    border: 1px solid rgb(149, 0, 0);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
  }
  .form-remove-button:hover, .form-remove-button:active {
    color: white;
    background-color: rgb(149, 0, 0);
    /*border: 1px solid white;*/
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
  }
  .form-next-button, .form-next-button:link, .form-next-buttonn:visited {
    width: 120px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 77, 149);
    background-color: white;
    border: 1px solid rgb(0, 77, 149);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
  }
  .form-next-button:hover, .form-next-button:active {
    color: white;
    background-color: rgb(0, 77, 149);
    /*border: 1px solid white;*/
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
  }
  .error-background{
    border-radius: 6px;
    background-color: rgb(149, 0, 0);
    padding: 4px 10px 4px 10px;
  }
  .add-row-background{
    background-color:#e0edf3;
    padding: 10px;
    border-radius: 6px;
  }

  .margin-0{
    margin: 0;
  }
  .margin-5{
    margin: 5px;
  }