*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Electrolize", serif;
    font-weight: 400;
    font-style: normal;
}

header{
    height: 130px;
    width: 100%;

    display: flex;
    flex-direction: row;
}

.logo{
    flex-grow: 1;
}


main{
    top:130px;
}


nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    height: 100%;
}

nav ul li{
    margin-right: 40px;
    

}

nav ul li a{
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-family: "Electrolize", serif;
    font-weight: 400;
    font-style: normal;
}
.video video{
    width: 100%;
    height: 50vh;
}

