@font-face {
  font-family: Kurwa; /* set name */
  src: url(/styles/Granix.woff);
}

@font-face {
  font-family: Karmafuture; /* set name */
  src: url(/styles/karma.future-regular.woff);
}

@font-face {
  font-family: Karmasuture; /* set name */
  src: url(/styles/karma.suture-regular.woff);
}

@font-face {
  font-family: Digital; /* set name */
  src: url(/styles/digital-7.regular.woff);
}

a:link {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ff009d;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ffd000;
  background-color: transparent;
  text-decoration: underline;
}

body {
	color:#dfdfdf;
	background-color:#303030;
	margin:0;
}

a img {
	border:none;
}

.fuel-price {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100px;
    letter-spacing: 5px;
}

.pricebox {
    width: 95vw;
    height: 90vh;
    border: 4px solid rgba(17, 17, 17, 0.55);
    background-color: #1d1d1d;
    color: #e20000;
    margin: 6px;
    display: grid;
    padding-top: 50px;
}