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;
}

.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;
}
