/* global */
/* @import url('https://fonts.googleapis.com/css?family=Roboto'); */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

.outer {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #282a36;
  color: #7A7C80;
}

a {
  text-decoration: none;
}

/* media queries */
@media(max-width:780px){
  .grid-2{
    grid-template-columns: 1fr;
  }
  .section-1{
    padding:0;
    padding-top: 5rem;
  }
  .section-2{
    padding: 0;
    padding-left: 1.5rem;
    padding-top: 2rem;
  }
}

.it-thead {
  width: 300px;
  background-color: dimgray;
  color: black;
  font-weight: bold;
}

.glow.in {
  text-shadow: 
    0.25em 0.25em 0.25em rgba(0, 0, 0, 0.8),
    0 0 0.5em rgba(255, 255, 255, 0.3);
}
