* {
    margin: 0;
}

body {
    font-family: Verdana;
    font-size: 14pt;
}

img {
    display: block;
}

p {
    padding: 20px;
}

p a {
    font-weight: bold;
    color: #37effc;
    text-decoration: none;
}

p a:hover {
    color: black;
    font-size: 110%;
}

#wrapper {
    width: 900px;
    margin: auto;
}

header h1 {
    text-align: left;
}

header {
    background-color: #DC052D;
}

header h1 {
    padding: 20px 5px 5px 5px;
    color: rgb(255, 255, 255);
    font-family: Impact;
    font-weight: normal;
    font-size: 30pt;
}

nav {
    background-color: #a5001e
}

nav a {
    font-family: Impact;
    font-size: 15pt;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 50px;
}

nav a:hover {
    background-color: #DC052D;
}

nav a.focus {
    background-color: #a5001e;
    color: white;
}



article {
    background-color: #a5001e;
    margin: 20px 0px;
}

article h1 {
    padding: 10px;
    font-family: normal;
    font-size: 25pt;
    text-align: center;
}

article img {
    float: right;
    margin: 20px;
}

#contact {
    background-color: Gainsboro;

}

footer {
    background-color: rgb(211, 12, 12);
}

footer p {
    color: white;
}

body {
    font-family: Arial, sans-serif;

    color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
}

.footer {
    padding: 20px;
    text-align: center;
    background-color: #cc0000;
}

.footer .partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer .partners img {
    max-width: 120px;
}

.footer .info {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer .info div {
    text-align: left;
}

.footer .info a {
    color: white;
    text-decoration: none;
}

.footer .info a:hover {
    text-decoration: underline;
}