@font-face {
font-family: "CourierPrime";
  src: url(font/CoolveticaRg.otf) format('opentype');
  font-weight: normal;
}

@font-face {
font-family: "CourierPrime";
  src: url(font/CoolveticaRg.otf) format('opentype');
  font-weight: bold;
}

.box {
  box-shadow: 0 0 90px 0 rgba(0,0,0,0.5);;
}
.boxr {
  box-shadow: 0 0 90px 0 rgba(0,0,0,0.5);;
}
p {
font-family: "CourierPrime", sans-serif;
}

b {
  font-family: "CourierPrime";
}

h1 {
font-family: "CourierPrime";
}

body {
  background-color: #111111;
}