* {
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    font-family: "Darker Grotesque" !important;

}



.picture{
    background-image: url(star.gif);
       
        min-height: 100%;
        min-width: 1024px;
          
     
        width: 100%;
        height: auto;
          
     
        position: absolute;
        top: 0;
        left: 0;

      }
      
 


h1{
    text-align: center;
    color: white;
    letter-spacing: 20px;
    font-weight: 900;
    font-size: 50px;
}

#history_container {
    text-align: center;
    color: yellow;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 20px;
}