@font-face {
    font-family: 'Roboto-Regular';
    src: url(./Roboto-Regular.ttf);
}

@font-face {
    font-family: 'lcd';
    src: url(./lcd.ttf);
}

.roundcorners {
    border-style: none;
    border: 0 0 0 0;
    border-radius: 15px;
    margin: 10px;
}
.math {
    background: url("../images/formulas.png") center;
}
body {
    background-color: lightgray;
}
.container {
  width: 100%;
}
.items {
    border-radius: 15px;
    width: 90%;
    text-align: center;
    background-color: white;
    
    margin: 10px;
    padding: 10px;
    text-align: center;
    
    opacity:0.97;
}
div {
    padding: 10px;
}
.item {
    width: 100%;
    text-align: center;
}
body {
    font-family: 'lcd';
    font-size: 150%;
}
a {
    font-weight : bold;
    text-decoration: none;
}
.glow-green {
    text-shadow: 0 0 6px #5cd65c;
    color: green;
    font-family: CarterOne;
}
.glow-orange {
    text-shadow: 0 0 6px #FF8C00;
    color: red;
}
.logo {
    top: 0;
    border-style: none;
    border: 0 0 0 0;
    border-radius: 15px;
    margin: 20px;
    left: 0;
}