body {
    background: #ffffff;
    background: linear-gradient(140deg,rgba(255, 255, 255, 1) 10%, rgba(26, 196, 179, 0.56) 56%);
    height: 100%;
    
}

h1 {
    text-align: center;
    border: 5px solid rgb(0, 0, 0);
    border-radius: 11px;
    border-style: ridge;
    box-shadow: 30px 8px 30px;
    background: #ffffff;
    background: linear-gradient(313deg,rgba(255, 255, 255, 1) 10%, rgba(26, 196, 179, 0.56) 56%);
}

h2 {
    text-align: center;
    border: 5px solid rgb(0, 0, 0);
    border-radius: 11px;
    border-style: ridge;
    background: #ffffff;
    background: linear-gradient(313deg,rgba(255, 255, 255, 1) 10%, rgba(26, 196, 179, 0.56) 56%);
}

.form-container h3 {
    text-align: center;
}

button{
    background: linear-gradient(313deg,rgba(255, 255, 255, 1) 10%, rgba(26, 196, 179, 0.56) 56%);
    color: white;
    cursor: pointer;
}

.form-container {
    margin: 60px auto;
    padding: 35px;
    border: 3px solid #000000;
    border-radius: 25px;
    background: linear-gradient(140deg,rgba(255, 255, 255, 1) 10%, rgba(26, 196, 179, 0.56) 56%);
    height: 100%;
    max-width: 1200px;
    box-shadow: 4px 8px 80px;
}

.form-container label{
    display: block;
    margin-top: 15px;
}

.form-container input, select, button{
    width: 100%;
    padding: 4px;
    margin-top: 2px;
    box-sizing: border-box;
}