@font-face {
    font-family: 'Funnel Display';
    src: url('../fonts/FunnelDisplay-VariableFont_wght.ttf');
    font-weight: 400 700;
    font-display: swap;
}

* {
    font-family: 'Funnel Display', 'Verdana', 'Arial', sans-serif;
}

h1, h2 {
    color: rgba(109, 46, 4, 0.7);
}

body {
    background-color: rgba(238, 210, 138, 0.83);
}

.container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.check-list {
    line-height: 28px;
    margin-bottom: 10px;
}

.form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: bold;
    color: rgba(109, 46, 4, 0.7);
}

img {
    border-radius: 6px;
}

input {
    font-size: 14px;
    padding: 8px;
    border-radius: 6px;
    border: solid 1px grey;
}

button {
    font-weight: bold;
    color: white;
    background-color: rgba(109, 46, 4, 0.7);
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
}

.container header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    color: rgba(109, 46, 4, 0.7);
    font-weight: bold;
}

.container footer {
    margin-top: 40px;
    padding: 20px;
    color: white;
    background-color: rgba(109, 46, 4, 0.7);
    display: flex;
    justify-content: space-between;
}

.container footer a {
    color: white;
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.5rem;
    }

    img {
        width: 95vw;
    }
}
