body{
    background-color: #F4EFE6;
}
  .banner {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
  }
  .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
  }

nav{
 display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #545454;
    padding: 0 40px;
    border-bottom: 2px solid #5454549b;
    margin: 0 60px;}

    nav a{
    text-decoration: none;
    color: #545454;
    font-weight: normal;
    font-size: 18px;
    font-family: "Poppins", sans-serif;

}


body h1{
    text-align: center;
}

body img{
    text-align: center;
}


#capythons{
    background-color:#F7F3EF;
    
}
#capythons img{
       width: 100px;
    height: 200pxpx;
}

#contact{
    background-image: linear-gradient(
    to right,
    #F7F3EF 50%,
    #FAECEC 50%
  );
  background-size: 20px 20px;
}