
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: #000000;

    background: #eff4ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #eff4ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #eff4ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Roboto', sans-serif;
}
div.topSpacer {
    height: 50px;
}

div.card {
    background-color: #444;
    width: 500px;
    margin: 50px auto;
    height: 150px;
    color: #fff;
    padding: 1.5rem;
}

#LoginBox {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(255 255 255 / 40%);
    padding: 10px 20px 10px 50px;
   color: #98a5a5;
    border-radius: 9px;
}

.masthead h1 {
    color: #707070;
}
.masthead a {
  color: #6ed0ed;
}

a.a1 {
    text-decoration: underline;
    color: #8599ab;
}