body {
    font-family: 'Raleway', sans-serif;
}
.section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.section img {
    margin: 40px 40px 40px 40px;
    max-width: 50%;
}
.section a {
    text-align: center;
}
.section a img {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(100, 160, 255, 0.5);
}
h1 {
    margin: 20px 40px 40px 40px;
    vertical-align: middle;
    font-size: 24px;
    color: #ffffff;
}
h4 {
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 22px;
}
a.clink:link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a.clink:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a.clink:hover {
    color: #ff8c00;
    text-decoration: none;
    font-weight: bold;
}
a.clink:active {
    color: #ddeeff;
    text-decoration: none;
    font-weight: bold;
}
