@font-face {
  font-family: pixellari; 
  src: url(Pixellari.ttf); 
}

@font-face {
  font-family: PixelOperator; 
  src: url(PixelOperator.ttf); 
}

body{
  background-color: black;

}

#startup{
  display: grid;
  place-items: left;
  margin-left: 50px;
}

#header{
  width: 130vh; 
  height: 90px;
  background-color: #354734;
  margin-bottom: 130px;
  margin-top: 50px;


}

#upperportion{
  display: flex;
  align-items: center;
  gap: 20px;

}

#mainportion{
  display: flex;
  align-items: center;
  gap: 20px;
  

}

#about{
  width: 102vh; 
  height: 350px;
  background-color: #354734;
  


} 

#log{
  width: 26vh; 
  height: 320px;
  align-self: flex-start;
  background-color: #354734;
  
  

}

#changelog{

}



#cliques{
  width: 26vh; 
  height: 470px;
  background-color: #354734;
  align-self: flex-end;

}

#main{
  width: 102vh; 
  height: 500px;
  
  background-color: #354734;
  

}



#footer{

}
