@charset "utf-8";
@import url("main.css");

/*works*/
*{  
    overflow: visible;
    margin:0;
    padding:0;
    font-family: "Perpetua Titling MT Light";
  }


.banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items:center;
  }
.banner video{
   position: fixed;
   width: 100%;
   height: 100%;
   top:0;
   left:0;
   object-fit: cover;
   z-index:1;
 }
img {
  left:0px;
  position: fixed;
  margin: 10px;
  z-index:2;
}

a.centerparent {
  width: 100vw;
  height: 100vh;
}