@font-face {
    font-family: 'Novatica-family';
    src: url('../font/Novatica.ttf');
}

body{
    margin:0;padding:0; background-color: black;
}

header{
    position:fixed;
    top:0;
    width: 100%;
    border-bottom: 1px solid white;
    z-index: 100;
}

header nav li{
    display: flex;
    flex-direction: row;
    justify-content: center;
    color:white;
    font-family: 'Novatica-family';
    font-size: 0.9em;
}

header nav li a ul{
    padding:10px 50px;
    border-left:1px solid white;
}

header nav li a{
    text-decoration: none;
    color:white;
}

header nav li a ul strong{
    letter-spacing: 2px;
    color:#c3c3c3;
}

#video_background{
    background-size: cover;object-fit: cover; opacity: 80%; background-color: black;width: 100%; height:calc(100vh);left: 50%;transform: translateX(-50%);position: relative;
}

#title__portrait{
    position:absolute; width:100%; left:0;bottom:0;filter:invert(100%);mix-blend-mode: difference;
}