 @font-face { font-family: customFont; src: url('neonize.ttf'); } 

 .container {
    position: relative;
    height: 170px;
}

.logoclass img{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 110px;
    height: auto;
    filter: invert(1);
}

.toptext h1{
    font-family: "customFont";
    text-rendering: geometricPrecision;
    font-weight: lighter;
    text-align: center;
    line-height: 120px; /* vertically align text */
    font-size: 60px;

    color: #d7fd12;
    text-shadow:
    0 0 7px #fe8618,
    0 0 10px 
#fe8618,
    0 0 21px #fe8618,
    0 0 42px #e95e01,
    0 0 82px #cf4600,
    0 0 92px #cf4600,
    0 0 102px ,
    0 0 151px #cf4600;
}

/*END OF TITLE BLOCK*/

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #fff;
  color: #fff;
  padding: 20px;

  margin: 0;
  overflow-x: hidden;

  background-color: black;
}

head{
    background-color: black;
}

#image-row {
    margin-top: 8%;
    display: flex;
    width: 100vw;
    height: 150px;
    overflow: hidden;
    align-self: center;
}

.slot-img {
    width: 19.5vw;
    height: 100%;
    object-fit: cover;
    display: block;
}