@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');
body{
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
}

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

h1{
    font-family:"Crimson Pro";
    font-style:italic;
    font-size: 50px;
    text-align: center;
    display: flex;
    margin-left:40%;
    margin-bottom:0%;
  
  
    
}
p{
    font-family:"Crimson Pro";
    font-size: 40px;
    text-align: center; 
    padding:15px; 
    padding-bottom: 5px;
}


.arrow1{
    display:flex;
    position:absolute;
    top:75%;
    right: 20%;
    width:50px;
    height:50px;
}
.arrow1:hover{
  transform: translate(25px);
  
}

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