body {
 background-color: #6AAAB1;
}

section {
 width: 50%;
 background-color: #f9f9f9;
 padding: 5%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 20px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
 color: #6AAAB1;
 text-align: center;
}

#tour {
 width: 100%;
 background-color: #6AAAB1;
 justify-content: center;
 align-content: center;
}

div {
 background-color: red;
 color: white;
 width: 284px;
 padding: 1%;
}

input {
 width: auto;
}