.content {
    display: block;
    justify-content: center;
    width: 60%;
    margin: 20px auto;
    padding: 40px;
    background-color: rgb(234, 234, 234);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 3%;
}

#form {
    justify-content: center;
    width: 80%;
    height: 130px;
    margin: 20px auto;
    padding: 35px 20px 10px 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 3%;
    background-color: rgb(218, 218, 218);
}

.content h1, .content h2 {
    color: .351c75;
    text-align: center;
}

.content p, .content ul {
    text-align: left;
    line-height: 1.6;
    color: .333;
}

.content ul {
    list-style-type: disc;
    margin-left: 20px;
}

input, label{
    text-align: center;
}

body{

    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

label {
    font-weight: bold;
    margin-bottom: 12px;
}

a{
    font-size: 17px;
    color : black;
    text-align: center;
}
back{
    display: block;
    text-align: center;
}

html{
    background-image: url("../resources/background.jpeg");
}