@font-face {
    font-family: 'Du Bellay';
    src: url('fonts/DuBellay.woff2') format('woff2'),
        url('fonts/DuBellay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "astloch-regular";
  src: url("fonts/astloch-regular-webfont.woff2") format("woff2"),
    url("fonts/astloch-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Amadis";
  src: url("fonts/Amadis-Regular.woff2") format("woff2"),
    url("fonts/Amadis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "szlichta07";
  src: url("fonts/szlichta07-Regular.woff2") format("woff2"),
    url("fonts/szlichta07-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FA_YOTDMOSGPP";
  src: url("fonts/FA_YOTDMOSGPP.woff2") format("woff2"),
    url("fonts/FA_YOTDMOSGPP.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Guida Pro Trial";
  src: url("fonts/GuidaPro-Light.woff2") format("woff2"),
    url("fonts/GuidaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TC Jovial Pro";
  src: url("fonts/TCJovialPro-Regular.woff2") format("woff2"),
    url("fonts/TCJovialPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LS Mimesis Trial";
  src: url("fonts/LSMimesis-Regular.woff2") format("woff2"),
    url("fonts/LSMimesis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}aaaaaa

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  }
  
  body{
   position:absolute; 
     background-image: url(bg/cracked.jpg);
     background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  }
  
  body::before{
   content:"";
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
       background-image: url(bg/moregreen.png);
      background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
   z-index:-4;
   opacity:0.9;
  }

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}


:root {
  --black: #827b47;
}

#preloader {
  background: var(--black)
    url("https://samherbert.net/svg-loaders/svg-loaders/spinning-circles.svg")
    no-repeat center;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
}


#divider {
  display: flex;
  justify-content: space-evenly;
  gap: 0px;
  overflow: hidden;
}

.container{
display: grid;
grid-template-columns: 1fr 0.7fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
  padding-top:20px;
   padding-bottom:20px;
}

#lyrics{
  grid-area: 1 / 1 / 1 / 1;
    margin-top:20%;
      margin-left: 80px;
}

#bla{

}

#middle{
   grid-area: 1 / 2 / 1 / 2;
}

#info{
   grid-area: 1 / 3 / 1 / 3;
    padding-right:10px;
  text-align:right;
    margin-top:20%;
  margin-left:60px;
}

h1{
  text-align:center;
  font-family: 'Du Bellay';
  margin-bottom:200px;
  font-size:60px;
}

h1 a{
 color:#121008; 
 text-decoration:none;
}

h1 a:hover{
 color:#958953; 
 text-decoration:none;
}


h4{
    font-family: "szlichta07";
  font-size:20px;
 color:#ecd2ba; 
 }

p{
  text-align:left;
  font-size:15px;
  font-family: "Guida Pro Trial";
 color:#ecd2ba; 
 }

#box{
  padding:10px;
  position:absolute;
    margin-right: 50px;
}


#top{
 opacity:0.8;
 z-index:-3;
 position: absolute;
  top: -70px;
  overflow: hidden;
  left: -105px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
    mix-blend-mode: soft-light;
}

@media only screen and (max-width: 1080px) {
  .container{
      grid-template-columns: 1fr 1fr;
      height: 100vh;
        width: 100vw;
      grid-template-rows: 1fr 1fr;
    padding-bottom:0px;
  }
  
  #lyrics{
    grid-area:2/1/2/1;
  }
  
  #middle{
       grid-area:1/1/1/1;
        margin-left: 10px;
  }
  
  #info{
       grid-area:2/2/2/2;
    margin-left:5px;
  }
  
  h1{
    margin-bottom:0px;
      font-size: 50px;
  }
  
}