div.n1 {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
}

div.n1>div,
.n2 div,
caption {

    color: #452a27;
    background: rgb(255 255 255 / 92.8%);
}

.n2 {
    overflow: auto;
}

div.n1>div {
    border-radius: var(--r);
    padding: 20px;
}

.ic {
    display: flex;
    gap: 10px;
}

textarea {
    height: 100%;
}

caption {
    width: 100%;
    margin-left: auto;
    margin-bottom: -1px;
    margin-right: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 10px;
}

.n1 img {
    width: 125px;
    float: right;
}

footer img {
    width: 75px;
}

table {
    border-collapse: collapse;
    text-align: center;
}

.n2 div {
    text-align: center;
    margin-top: var(--rd);
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border-radius: var(--r);
}

header {
    height: 100px
}

td {
    border: 1px solid #452a27;;
}

input,
textarea {
    padding: 10px;
}

.r {
    padding: 24px;
}


footer {
    text-align: center;
}

a {
    color: rgb(85 105 112)
}

footer a{
    color: white;
}
body {
    background: url(c.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    font-family: sans-serif;
    --r: 10px;--rd:40px
}

div.Ci,
div.Cd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 700px) {
    div.Ci {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-columns: max-content auto;
        max-width: 700px;
    }
    div.n1>div {width: 512px;
    }
    textarea {width: 144px;
    }
}

@media print {
    button {
        display: none;
    }
}

@media (max-width:700px) {

    .n1,
    .ic {
        flex-direction: column;
    }
}

div.Cd {
    width: 100%;
    max-width: 700px;
}

h2 {
    margin-top: 0;
}