highlight {
  color: #7289DA;
  font-style: italic;
}

@font-face {
font-family: 'FixedsysExcelsior301Regular';
src: url('fsex300-webfont.eot');
src: url('fsex300-webfont.eot?#iefix') format('embedded-opentype'),
     url('fsex300-webfont.woff') format('woff'),
     url('fsex300-webfont.ttf') format('truetype'),
     url('fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: none;
font-smooth:never;
}

body {
font-family:"FixedsysExcelsior301Regular";
background-color: black;
color: white;
}

button {
  transition-duration: 0.4s;
  background-color: black;
  color: white;
  border: 2px solid #7289DA;
  border-radius: 4px;
  width: 100%;
  font-family:"FixedsysExcelsior301Regular";
}

button:hover {
  background-color: #7289DA; /* Green */
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
}

a {
color: #7289DA
}