#scenic_1 {
    background-color: #d8e7ead4;
    padding: 20px;
}

#scenic_1 img {
    width: 560px;
    height: 370px;
}

.scenic_1_text {
    display: inline-block;
    float: right;
    width: 520px;
    margin-bottom: 20px;
    height: 370px;
}

.scenic_1_text p {
    font-size: 18px;
    text-indent: 36px;
}

h4 {
    font-size: 20px;
}

input {
    width: 350px;
    height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

textarea {
    width: 350px;
    height: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
}

select {
    width: 350px;
    height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

button {
    width: 100px;
    height: 26px;
}