body{
    background-image: url("/bg.png");
    background-repeat: repeat;
    margin: 0;
    color: rgb(168, 168, 168);
    font-weight: bold;
    font-family: Garamond, serif;
}

.galladay{
  width: 500px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  
  #glldy{
    width: 100%;
    filter:drop-shadow(0px 0px 5px rgb(168, 168, 168)) ;
  }

  img{
    margin: auto;
    display: flex;
    
  }

}


::selection{
    color: rgb(255, 255, 255);
    background-color: rgb(72, 98, 128);
        
}