:root {
    --colour-primary: #363A52;
    --colour-dark: #111630;
    --colour-darker: #181C30;
    --colour-light: #363D6B;
    --colour-BLUE: #303A78;
    --colour-white: #FFFF;
    --colour-lighter: #d8d9e4;
    --colour-fake: #221E1D;



}


html {
    box-sizing: border-box;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body{
   background-image:url("background2.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size:1700px 5000px;
   
}


header {
    background: var(--colour-dark);
    padding: 16px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    border-radius: 1px;
    font-size: 1.25rem;
    /* 20px */




    top: 16px;
    left: 24px;
    right: 24px;
    z-index: 1;

    a {
        color: var(--colour-lighter);

    }


}

.Yapper {
    align-items: center;
    text-align: center;
}

.twap{
    
    padding-top:0%;
    
}

.topwaves{
    max-width: 100%;
    width: 90%;
    max-height: 100%;
    height: 90%;
    align-items: center;
   padding-left:11%
     
}


.Uncut1{
 max-width: 100%;
    width: 40%;
    max-height: 100%;
    height: 40%;
   margin-left: 9%;
  
}

.Uncut2{
    max-width: 100%;
    width:45.5%;
    max-height: 100%;
    height: 45.5%;
  
} 

.Space1{
     max-width: 100%;
    width:70.5%;
    max-height: 100%;
    height: 70.5%;
    margin-left: 15%;
}

.Space2{
     max-width: 100%;
    width:40.5%;
    max-height: 100%;
    height: 40.5%;
    margin-left: 30%;
}


.video{
    
    margin: 0 auto;
    display: block;

    
}



footer {
    background: var(--colour-dark);
    width: 100%;
    margin: 2px;
    padding: 0.1rem 1.5rem;
    font-size: 1rem;
    /* 20px */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    bottom: 1rem;
    left: 0rem;
    right: 0rem;
    z-index: 1;

    a {
        color: var(--colour-white);

    }
}