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

body {
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('bg.png') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 0;
}

.logo {
  font-family: 'LinkinShop', sans-serif;
  font-size: 6rem;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0;
  line-height: 1.2;
  color: #fff;
  z-index: 1;
  text-shadow: -4px 4px 0 #0ff; 
}

.actual {
  font-family: 'LinkinShop', sans-serif;
}
