.header {  
  background-image: url("Jerem.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1920px;
  width: 112px;
  }
  
body {
background-color: #1B0F33;
color: #F2F4FF;
}
font-face {
font-family: 'Selawik.tff';
src: url('Fonts/Selawik.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}

  a:link {
  color: #FFBB32;
  }
  a:visited {
  color: #FF8732;
  }
  a:hover {
  color: #FF8732;
  }
  a:activate {
  color: #FF8732;
  }

.webkit-scrollbar {
  width: 12px;
  background-color: #D53A6B;
}

.webkit-scrollbar-thumb {
  background-color: #FFA20C;
  border-radius: 6px;
}
 
  