body{
    font-family: 'Courier New', Courier, monospace;
    margin: 10px;
    padding: 3px;
    color: #ffa36afc;
    background-color: gray;
    background-position: center;
    background-size: contain;
   
    background-repeat: no-repeat;
    background-attachment: scroll;

}
a{
   
   color: #000000;
    
}
a:hover{
    font-family:'Times New Roman', Times, serif;
    font-style: oblique ;
    text-decoration: line-through;
    text-transform: capitalize;
    background-color: cadetblue;
    
    
    }
header{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding: 1cm;
}
h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding: 1cm;
}


i{
    font-weight: 600;
    color: rgb(255, 136, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

ol li{
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    color: #000000;
    padding: 5px;
    list-style-type: lower-greek;
}

.chess{
    display: block;
    columns: 2;
    column-gap: 5px;
    margin: 0 auto;
}
.chess_title{
    display: block;
    columns: 2;
    column-gap: 5px;
    margin: 0 auto;
}
.gamegallery{
    display: grid;
    grid-template-columns: 3;
    gap: 5px;

}
.now{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
}
.home-button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: blueviolet dotted 3px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 18px;
  }
  .home-button:hover {
    background-color: #4cbbb9c7;
    border: dotted 2px darkmagenta;
    
  }
.floating{
    float: inline-end;
}
.challenge{
    font-family: 'Courier New', Courier, monospace;
    display: block;
    flex-direction: row;
    font-size: 18px ;
    align-items: center;
    justify-content: center;
  
    background-color: rgb(255, 255, 255) 0.6;
}
.challenge:hover{
    font: 18px courier;
    font-weight: 800;
    color: #ffffff;
    background-color: rgb(255, 0, 0) 0.6;
}
.notagame{
    font-family: 'Courier New', Courier, monospace;
    flex-direction: column;
    font-size: 24px ;
    align-items: center;
    justify-content: center;
    border: #d4500e solid 1px;
    background-color: burlywood 0.6;
}
.footercontainer{
    display: flex;
    flex-direction: row;
    position: absolute;
    position: left;
    font-family: 'Courier New', Courier, monospace;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 15px;
}
.dropdown{
    display: block;
    flex-direction: row;
    align-items: flex-start;
    margin: 1px;
    padding: 5px;
}
.qr{
    display: inline;
    flex-direction: end;
    margin: 1px;
    padding: 10px;

}
