@font-face {
  font-family: myFont;
  src: url("English.ttf");
}

* {
  font-family: myFont;
}

a {
  cursor: pointer;
}

.clbblue {
  background-color: #2196f3 !important;
}

.clcpr {
  overflow: hidden;
  background-color: rgba(0,0,0,.2);
  color: rgba(255,255,255,.6);
}

footer a, footer h5, footer p {
  color: white;
}

.pbcpr {
  padding-bottom: 0 !important;
}

.ptcpr {
  padding-top: 0 !important;
}