@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: -60%;
    min-width: 100%;
    min-height: 100%;
  
  }
h1{
    font-family:"Crimson Pro";
    font-size: 58px;
    margin:25%;
    text-align: center;
    background: #F1E5AC;
}
.arrow1{
    display:flex;
    position:absolute;
    top:75%;
    right: 20%;
    z-index:15;
    width:50px;
    height:50px;
}
.arrow1:hover{
    transform: translate(25px);
  }
.content{
        background: #F1E5AC; 
        display: flex;
        flex-direction: column;
        position:absolute;
        color: white;
        width: 50%;
        padding: 40px;
        margin:50%;
        margin-left: 20%;
        margin-top:3%;
        margin-bottom:20%;
        border-color: wheat;
        border-style: solid;
        border-width: 10px;
        z-index:1;
}

h3{ 
    font-family:"Crimson Pro";
    font-style:italic;
    font-size:24px;
    text-align: center;
    margin:auto;
    flex-direction: column;
    display: flex;
}