@font-face {
    font-family: 'Protest Guerrilla';
    src: url('./googleFonts/Protest_Guerrilla/ProtestGuerrilla-Regular.ttf') format('truetype');
    font-weight: 400;
    /* Gewicht der Schriftart */
    font-style: normal;
    /* Stil der Schriftart (normal, kursiv, etc.) */
}

@font-face {
    font-family: 'Sixtyfour';
    src: url('./googleFonts/Sixtyfour/Sixtyfour-Regular-VariableFont_BLED,SCAN.ttf') format('truetype');

}

@font-face {
    font-family: 'Indie Flower';
    src: url('./googleFonts/IndieFlower/IndieFlower-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Russo One';
    src: url('./googleFonts/Orbitron,Russo_One/Russo_One/RussoOne-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Orbitron';
    src: url('./googleFonts/Orbitron,Russo_One/Orbitron/Orbitron-VariableFont_wght.ttf') format('truetype');
}
font-face {
    font-family: 'Micro_5';
    src: url('./googleFonts/Micro_5/Micro5-Regular.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
}
/*

radial-gradient(circle at bottom right, #4bff04, transparent),

radial-gradient(circle at bottom left, #49f803, transparent),

radial-gradient(circle at top left, #e3fc05, transparent);



*/
body {

    display: flex;
    align-items: center;
    justify-content: center;
   
    background-color: rgba(0, 0, 0, 0.952);
    background: radial-gradient(circle at top center, rgb(0, 0, 0, 0.942),rgba( 0, 0, 0, 0.952),  rgba(0, 0, 0, 0.952), rgba(0, 0, 0, 0.952), rgba(0, 0, 0, 0.952),  rgba(0, 0, 0, 0.952));
    min-height: 100vh;
    max-width: 100vi;
    max-height: 100vh;
}

#haeder {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 132, 17);
    font-size: 160px;
    font-family: 'Protest Guerrilla', sans-serif;
    cursor: default;


    position: absolute;
    top: 0px;
    width: 900px;
    height: 220px;


    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

#container01 {
    background-color: transparent;
    width: 900px;
    height: 400px;
    max-width: 900px;
    max-height: 400px;
    position: absolute;
    bottom: 100px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
   
    
    
    
}

.mainDiv {
    background-color: transparent;
    color: rgb(35, 35, 36);
  
    font-family: "Sixtyfour", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -10px;
    font-variation-settings:
        "BLED" 0,
        "SCAN" -200;


    width: calc(100%/3);
    height: 100%;

    border: 1px solid black;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



#content1 {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-align: center;
    margin-right: 0.01%;
    

}

#content2 {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    text-align: center;
    
    
}

#content3 {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 0.01%;
}

.content {
    background-color: rgb(255, 123, 0);
}

.content:hover {
    background-color: rgb(243, 147, 37);
}

.titel {

    position: absolute;
    
    transform: translate(0, 0);

    color: rgb(252, 245, 215);
}
#titel1 {
    position: absolute;
top:100px;
left:0px;
}
#titel2 {
    top:0px;
}
#titel3 {
    top:200px;
    left: 0px;
}