@font-face {
  font-family: 'base';
  src: url('base.otf') format('opentype');
}

body {
  background-color: black;
  color: black;
  font-family: 'base';
  text-align: center;
  
  display: flex;
  width: 100%;
  height: 100%;
}

.center {
  position: absolute; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%); 
}

.assaultek {
    margin: auto; 
    color: white; 
    -webkit-text-stroke: 1px; 
    -webkit-text-stroke-color: black; 
    font-size: 36px;
}