body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color:#DEFAF9;    ;
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
    color: white;
}

.logo img {
    height: 50px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.about {
    width: 580px;
    float: left;
}

p.about {
    padding-right: 40px;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
}

.row {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.third {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.third:last-of-type {
    margin-right: 0;
}


.third img {
    max-width: 100%;
    height: 180px;
    border-radius: 8px;
}

.third h2 {
    margin-top: 15px;
    color: #333;
}

.third p {
    color: #555;
}

footer {
    background-color: #333;
    height: 30px;
    line-height: 50px;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    clear: both;
}

footer li {
    list-style-type: none;
    float: left;
    margin-right: 30px;
    color: white;
}


footer a {
    color: white;
}

aside {
    width: 340px;
    background:#333;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
    padding: 20px;
    }

aside img {
    height: 400px;
}

figcaption {
    color: #f4f4f4;
    text-align: center;
    padding-top: 10px;
}

.zones {
    max-width: 100%;
    display: block;
    }

.center {
    margin: 20px auto;
    display: block;
    text-align: center;
    max-width: 100%;
}

.content {
    margin-top: 20px;
}

.warbands {
    background-color: #333;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.stitle {
    color: white;
    margin-bottom: 15px;
}

.warbandslist {
    padding-left: 20px;
    color: whitesmoke;
}

.conv {
    padding: 20px;
    color: whitesmoke;
    font-size: 1.4em;
 
}
.warbandslist li {
    margin-bottom: 10px;
}

form {
    max-width: 100%;
    padding: 20px;
   }

label {
    display: block;
    margin-top: 15px;
}

textarea {
    width: 75%;
    height: 150px;
    margin-bottom: 10px;
}

form li {
    list-style-type: none;
}

form ul {
    margin-left: 15px;
    margin-bottom: 10px;
}

input {
    margin-bottom: 10px;
    height: 30px;
    width: 75%;
}

input[type="text"],
input[type="email"],
textarea {
    width: 75%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

input[type=radio],
input[type=checkbox] {
    height: auto;
    width: auto;
    margin-right: 3px;
    margin-bottom: 3px;
}

input[type="submit"] {
    background-color: #333;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #007bff;
}

legend {
    font-size: 1.3em;
    font-style: italic;
    padding: 0 5px;
}
p a {
    color: #007bff;
}

fieldset {
    border: 3px solid #333;
    padding: 20px;
}

.thank-you {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}