@font-face {
    font-family: Pinscher;
    src: url(fonts/SHPinscher-Regular.otf);
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
h1 {
    font-family: Pinscher;
    color: #d14c18;
  
}
h3 {
    font-family: Pinscher;
    color: #b2ab2b;
    text-decoration: #b2ab2b wavy underline;
    letter-spacing: 5px;
}

.arrow {
    position: fixed;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}

.vid img {
    max-width: 450px;
    max-height: auto;
  object-fit: cover;

}
.vid {

  margin-top: 150px;

    display:inline-block;    
 
   margin-left: 40px;  
}


.info {
    

      position: absolute;
    background-color: #f6f6e3;
    text-align: center;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 400px;
    height: auto;
    font-family: monospace;
 color: #673c33;
       border-image-slice: 12 10;
border-image-width: 10px 10px 10px 10px;
border-image-outset: 1px 1px 1px 1px;
border-image-repeat: round;
border-image-source: url("images/fun pngs/borders/darkfish.png");
border-style: solid;
    top: 100px;
   left: 160px;
    filter: drop-shadow(10px 10px 1px rgba(53, 38, 115, 0.35));
}
    
    
    
    
    
    
