@font-face {
  font-family: helvetica;
  font-weight: 400;
  src: url(fonts/Helvetica.woff2) format(woff2);
}

@font-face {
    font-family: ghisshiri;
    src: url(fonts/gisshiri.woff2) format(woff2);
}

.beamngfont {
        float: right;
    font-family: helvetica, sans-serif;
    font-size: large;
    margin-right: 20px;
}

.beamngtitle {
        float: right;
    font-family: bell, sans-serif;
    font-size: 50px;
    margin: 20px;
}
.reilogofont {
    font-family: ghisshiri;
    font-size: 50px;
}

#reibar {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 420px;
background: black;
}

.optispin {
height: 420px;
width: 840px;
}

.reilogo {
    position: absolute;
    width: 90vw;

}

#reicontents {
justify-content: center;
display: flex;
width: 100vw;
background: rgb(0, 0, 0);
}

#reicontensimg {
   height: 500px;
   width: 40vw;
   margin: 50px;
   object-fit: cover;
}

#reicontentstext {
    float: right;
    height: 500px;
    margin: 50px;
    width: 500px;
    text-align: right;
    /* background-color: rgb(17, 8, 17); */
}