body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

header {
    background: #1D136E;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #6E1351 3px solid;
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header a:hover {
    color: #2c6e13;
}

header ul {
    padding: 0;
    list-style: none;
}

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header h1 {
    float: left;
}

header nav {
    float: right;
    margin-top: 10px;
}

.main-section {
    padding: 20px 0;
    border-bottom: #136e66 1px solid;
}

.main-section h2 {
    color: #6E1351;
}

footer {
    background: #1D136E;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

1d136e
6e1351
6e4213
2c6e13
136e66