@font-face {
    font-family: 'TAN - KULTURE';
    src: url('./font/TANKULTURE-DISPLAY.woff2') format('woff2'),
        url('./font/TANKULTURE-DISPLAY.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1{
    font-family: 'TAN - KULTURE';
    letter-spacing: 0.07em;
    color: azure;
    z-index: 2;
    position:fixed;
    right: 0.3em;
    top: 20vw;              
    transform: translateY(-50%);
    font-size: 8vw;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}    
.shadows {
    position: relative;
    text-shadow: -0.15em 0.1em 0.2em black;
    user-select: none;
    text-transform: uppercase;
}

header img, .fade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.fade{
    z-index: 4;
    background: #191C29;
    background: linear-gradient(180deg,rgba(25, 28, 41, 0) 0%, rgba(25, 28, 41, 0) 40%, rgba(25, 28, 41, 0.8) 70%, rgba(25, 28, 41, 1) 100%);
    width: 100%;
    height: calc( (1024/1536) * 100vw - 3vw);
}

#back{
    z-index: 1;
}

#back_transparent{
    z-index: 3;
    opacity: 0.7;
}

main{
    position: absolute;
    top: calc( (1024/1536) * 100vw - 3vw);
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5vw;
    padding-top: 5vw;
}


