@font-face {
    font-family: 'Visia Pro';
    src: local('Visia Pro Bold'), local('Visia-Pro-Bold'),
        url('assets/') format('woff2'),
        url('assets/VisiaPro-Bold.woff') format('woff'),
        url('assets/VisiaPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

body {
    background-color: black;
    font-family: 'Visia Pro';
}

.nt-header {
    background-color: black;
}

.nt-header .nt-header-h1 {
    letter-spacing: 8px;
    color: white;
    display: inline;
}

.nt-header .nt-header-h2 {
    letter-spacing: 8px;
    color: red;
    display: inline;
}

.nt-col-box {
    color: white;
    background-color: #292929;
    z-index: 20;
    box-shadow: 0 0 80px lightgray;

}