*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{background: rgba(170, 168, 168, 0.835);
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    line-height: 1.28;
}
header{
    text-align: center;
    padding: 20px;
    border: rgba(rgb(12, 12, 12), rgb(0, 0, 0), rgb(0, 0, 0), 0.85), solid 1px;
    border-radius: 10%;
    margin-bottom: 20px;
}

a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color:  #075fe2f3;
    font-weight: 500;
    text-decoration: underline;
    
}
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;
}
.gamegallery{
    display: block;
    column-fill: auto;
    columns: 2;
    column-gap: 5px;
    margin: 0 auto;
}

.gamegallery iframe{
    
    display: block;
    margin: 0 auto;
    padding: 5px;
    
    background-color: #ffffff00;
}

.gamegallery span{
    display: inline-block;
    
}
.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;
    align-content: center;
    grid-template-columns: 4;
    gap: 5px;

}
.now{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
}
.home_button{
    float: Right;
    font-family: 'Courier New', Courier, monospace;
    background-color: #b14b4b91;
    border: none;
    color: rgb(0, 0, 0);
    border: 10px;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
  .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;

}
footer {
        text-align: center;
        padding: 20px;
        background-color: #f8f9fa00;
        border: 1px solid #ddd;
}
