/* FÄRGKODER: https://gyazo.com/23c05e9c58f4267116a1d1710a609cf1 */

body {
    margin: 0;
    background: #79C940;
}

/* Header */
header {
    background: #79C940;
}

/* Main */
main {
    background: #A3DA7C;
}

/* Footer */
footer {
    background: #1D380A;
    height: 80px;
}

footer p {
    color: #79C940;
    text-align: center;
    padding: 30px;
    margin: 0px;
}

footer a {
    text-decoration: underline;
    color: #79C940;
}

/* Diverse */
h1 {
    color: #1D380A;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    text-decoration: underline;
}

h3 {
    color: #284413;
}

.forms-div {
    max-width: 600px;
    background: white;
    margin: auto;
    padding: 20px;
    border-radius: 30px;
    
}

button[type="submit"], button[type="reset"] {
    background: #79C940;
    border: none;
    color: white;
    padding: 10px 13px;
    cursor: pointer;
    text-decoration: none;
    
}

button[type="submit"]:hover, button[type="reset"]:hover {
    background: #497E24;
}