.add{
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #487e0b;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;


}

.delete{
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #b60d0d;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;

}

.flex1{
    border: solid;
    margin-bottom: 10px;
}

.flex{
    width: 100%;
}

input, select{
    margin-bottom: 10px;
    border-radius: 4px;
}

.input-group{
    padding: 10px;
}

.header{
    background-image: linear-gradient(to top, #9CCDF3 0%, #5D8DB2 75%);
    margin: auto;
  }

.red{
    background-color: #b92a21;
    color: white;
}