@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Pixelify+Sans:wght@400..700&display=swap');

#myVideo {
    position: fixed;
    right: 0;
    bottom: -120%;
    min-width: 100%;
    min-height: 100%;
  }

.content{
        display: flex;
        flex-direction: row;
        position:absolute;
        background:#99BDEB;
        color: white;
        width: 50%;
        padding:10px;
        margin:20%;
        margin-left: 20%;
        margin-top:3%;
        margin-bottom:20%;
        border-color: wheat;
        border-style: solid;
        border-width: 10px;

      }


h1{
    font-family:"Crimson Pro";
    font-size: 68px;
    margin:40%;
}


.arrow1{
    display:flex;
    position:absolute;
    top:75%;
    width:50px;
    height:50px;
    right: 20%;
}

.arrow1:hover{
  transform: translate(25px);
  
}
 