@charset "ISO-8859-1";
body {
    background-color: linen;
}


/* h1 {
    color: navy;
    text-align: center;
} */

h2 {
    color: blue;
    text-align: center;
}


/* .column {
    text-align: center;
    background-color: gainsboro;
    float: left;
    width: 30.33%;
    height: 200px;
    margin: 10px;
} */


/* img {
    border-radius: 50%;
} */

h4 {
    color: green;
}


/* a:hover img {
    background-color: red;
    opacity: 2;
} */

select {
    display: inline-block;
}

fieldset {
    background-color: honeydew;
}

legend {
    font-weight: bold;
    border: 1px solid #888;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: lightblue;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}