body {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

  background-image: url('interface/interface.png');
  min-height:100%;
  background-position: center;

background-size: cover;
      background-position: center;
      

}
.vid
{

height :220px;
width:220px; 
margin-left:20.9%; 
top:45.5%;
border-radius :80%;
object-fit:cover;
position:absolute;"

}
.overlay-text {
  position: absolute;
  margin-top: 30%;
  left: 31%;
  color: white;
  font-size: 6px;
  font-weight: bold;
 font-family:Times New Roman;
font-color:000000;
  pointer-events: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
animation: scroll-left 10s linear infinite;

}

@media (min-width: 667px) {
  .vid {
    height:50px;
  }
}
