about.css 672 Bytes
html, body {
    background-color: #4D97FF;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bolder;
}

a:active, a:hover, a:link, a:visited {
    color: currentColor;
}

a:active, a:hover {
    filter: brightness(0.9);
}

.aboutBox {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}

.aboutLogo {
    max-width: 10rem;
    max-height: 10rem;
    margin: 1.5rem 1.5rem 0 1.5rem;
}

.aboutText {
    margin: 1.5rem;
}

.aboutDetails {
    font-size: x-small;
    text-align:left;
    margin:auto;

}

.aboutFooter {
    font-size: small;
}