html {
    background-image: url("/img/bg/bg2.gif");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-attachment: fixed;
    color: white;
}

.gray-border {
    border:3px solid rgb(255, 255, 255);
    padding: 0.025em 1em 0.025em 1em;
    border-radius:12px;
}

.top-heading {
    color: rgb(0, 255, 38);
}
