html {
    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);
}

.quote {
    color:rgb(48, 210, 218);margin: 1em 0em 1em 0em
}