body {
    min-height: calc(100vh - 80px);
    max-width: 700px;
    background-color: #f4f1e8;
    margin: 40px auto;
    padding: 0 20px;
    color: #263328;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

h1 {
    color: #315c3b;
}

p {
    font-size: 18px;
}

img {
    display: block;
    width: 100%;
    height: auto;
    margin: 24px 0;
    border-radius: 8px;
}


.form-link {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 16px;
    background-color: #315c3b;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}


form {
    background-color: white;
    padding: 24px;
    border-radius: 8px;
}

label {
    display: block;
    margin-bottom: 6px;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #9aaa9d;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

textarea {
    height: 120px;
}

button {
    padding: 10px 16px;
    background-color: #315c3b;
    color: white;
    border: none;
    border-radius: 8px;
}


.back-link {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 16px;
    background-color: #315c3b;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}


.success-page {
    text-align: center;
}
