body {
font-family: "Times New Roman", serif;
max-width: 400px;
margin: 40px auto;
padding: 0 20px;
line-height: 1.6;
}

p { font-size: 16px; }

h1 {
font-size: 20px;
font-weight: normal;
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}

.no-bottom-margin {
margin-bottom: 0;
}

h2 {
font-size: 14px;
font-weight: normal;
text-align: center;
margin-top: 0;
margin-bottom: 20px;
}

.bottom {
text-align: center;
margin-top: 40px;
font-size: 14px;
}

dd {
margin-left: 0;
}

dt {
margin-top: 20px;
}

label {
font-size: 16px;
}

input, textarea {
width: 100%;
font-family: "Times New Roman", serif;
font-size: 16px;
border: 1px solid #ccc;
padding: 6px;
box-sizing: border-box;
margin-top: 4px;
}

button {
font-family: "Times New Roman", serif;
font-size: 16px;
cursor: pointer;
margin-top: 8px;
}

.back {
font-size: 16px;
text-align: center;
margin-top: 40px;
}

.photos {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
max-width: 100%;
}

.photos img {
width: 100%;
height: auto;
display: block
}