body {
    color: #25438c;
    font-weight: 400;
    font-family: Sans-Serif;
}

.footer {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.footer a {
    color:  #25438c;
}
.footer a:visited {
    color:  #25438c;
}

.main-content div {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.main-content a {
    color: #25438c;
}
.main-content a:visited {
    color: #25438c;
}
.main-content a:hover {
    font-weight: 600;
}

.declaration {
    font-size: 2em;
    font-weight: 500;
}
.declaration .domain-name {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.gear-image img {
    width: 100%;
    max-width: 495px;
    height: auto;
}