 .header::before {
     background: transparent;
 }

 @import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inconsolata:wght@200..900&family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 h2 {
     align-items: center;
     text-align: center;
     padding-bottom: 0px;
     padding-top: 150px;
     font-weight: 600;
     line-height: 1.8;
     font-family: 'Cormorant Garamond', serif;
     color: #e07a5f;
     font-size: 40px;
     letter-spacing: 1px;
     padding-bottom: 50px;
 }

 img {
     align-items: center;
     justify-self: center;
     height: 450px;
 }

 .hamburger span {
     display: block;
     height: 3px;
     width: 100%;
     background: #333;
     border-radius: 2px;
     transition: 0.3s ease;
 }

 .link {
     padding-top: 50px;
     padding-bottom: 50px;
     align-items: center;
     justify-items: center;
 }

 h1 {
     font-size: x-large;
     align-items: center;
     padding: 20px;
 }

 .link a {
     padding: 50px;
     font-size: x-large;
 }

 .webcam {
     align-items: center;
     justify-content: center;
     display: flex;
     flex-direction: column;
 }

 @media (max-width: 650px) {
     h1 {
         color: #333;
     }

     .hamburger span {
         background-color: #333;
     }

     img {
         height: auto;
         width: auto;
     }



     .link {
         display: flex;
         flex-direction: column;
     }
 }