*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: sans-serif;
    background-color: black;
}


section{
    height: 100vh; 
    width: 100%;
    color: black;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
section a{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
section img{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}
section img.ig{
    width: 98%;
    left: 1%;
    top: -10px;
}
section h1{
    text-align: center;   
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
}

.section2{
    background-color: antiquewhite;
}

.section2 video, .section1 #intro{
    /* height: 100%; */
    width: 100%;
    /* object-fit: cover; */
}

.section1 #intro{
    /* position: absolute;
    top: 10px;
    width: 100%;
    object-fit: cover; */
}

.section1 h1, .section2 h1{
    font-size: 120px;
    color: white;
    z-index: 9999;
}

.block {
    position: absolute; width: 100%; height: 100%;
    top: 0; left: 0;
    background: url(../img/dot.png) repeat;
    opacity: .7;
  }


