@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Sigmar+One&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    padding: 0%;
    margin: 0%;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #93D1CD;
    color: #333;
    padding: 1rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .HeadingRPS {
    text-align: center;
    margin: 0;
    flex-grow: 1;
  }
  
  .fa-github {
    font-size: 2rem;
    padding-right: 10px;
    color:#333;
  }
#myGithub{
    text-decoration: none;

}
.container{
    display: flex;
    height: auto;
    margin-top: 10px;
}
body {
    background-color:#00D9C0
  }
.gamesection{
    width: 100%;
    border-radius: 7px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #B8E6D9;
}
.scoresection{
    flex-basis: 20%;
    padding: 10px;
    /* margin: auto; */
    margin-left: 8px;
    font-size: 25px;
    background-color:#B8E6D9;
    border-radius: 7px;
    height: 100%;
}
.scoretable{
    display: flex;
    justify-content: center;
    background-color:#00000013;
    padding: 5px;
    border-radius: 7px;
}
th,td{
    padding: 25px;
    text-align: center;
    border-radius: 7px;
}
.btnwraper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20vh;
    margin-bottom: 20px;
}
.gameTimer{
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;

}
#timerIcon{
    padding-bottom: 0%;
    margin: auto;
}
.timer{
    text-align: left;
    width: 45%;
}
.resetTimeBtn{
    border-radius: 7px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    background-color: #FFFFF3;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
p{
    margin: 0%;
}
.gameresult,.botresult,.handicon{
 display: flex;
 justify-content: center;
 margin: 10px;
}
.gameresult{
    font-size: 40px;
    border-radius: 7px;
    margin-top: 15px;   
}
.botresult{
    font-size: 30px;
    height: 100px;
}
.handicon{
    font-size: 40px;
    display: flex;
    justify-content: space-around;
    width: 120px;
    margin: auto;
   
}
.reswrapper{
    height: auto;
    background-color: #00d7be;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
    margin: 10px;
    padding-bottom: 30px;
    border-radius: 7px;
    border: solid 5px;
    border-color: #00000011;
}
.gamebtn{
    background-color:#FFFFF3;
    width: 120px;
    min-width: 30px;
    height: 70px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 7px;
    font-size: 40px
}
button:focus {
    outline: none;
}

.resetbtn{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color:#FFFFF3;
    width: 100%;
    margin-top: 5px;
    height: 70px;
    border: none;
    border-radius: 7px;
    font-size: 25px
    
}
.gamebtn:hover{
    background-color:#e9e9e6 ;
    border: solid 3px;
    border-color: #bbbbba; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
}
.resetTimeBtn:hover,.resetbtn:hover{
    background-color:#dadada ;
 
}
.nextprojsection{
    /* display: flex; */
    flex-direction: column;
}
.nextProject,.themeColour{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    background-color:#FFFFF3 ;
    border-radius: 7px;
    border: none;
    padding: 5px;
    text-decoration: none;
}
.themeColour{
    margin-top:15px;
    padding-top: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.themeColour:focus{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.luckFacts{
    margin: 8px;
    padding: 20px;
    background-color:#B8E6D9 ;
    border-radius: 7px;
}
.luckFactsBtn{
    margin-top: 8px;
    padding: 5px;
    background-color:#d2d2d2 ;
    border-radius: 7px;
}
.facts{
    font-size: 13px;
    color: #676767;
}
.luclAndCpy{
    display: flex;
    justify-content: space-between;
}
#copyFacts{
    padding: 5px;
    background-color: #98989839 ; 
    border-radius: 5px;
}
#copyFacts:hover{
    background-color: #5d5d5d39 ; 
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width:700px) {
    .navbar {
        padding: 0.7rem;
      }
    .gamesection{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    
    }
    .scoresection{
        margin-left: 8px;
        padding: 10px;
        flex-basis: 10%;
        height: 100%;
        margin-right: 0%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    ul{
        padding: 0%;
    }
    th,td{
        padding: 10px;
    }
    .gamebtn{
        width: 75px;
        height: 75px;
        font-size: 25px;
        margin: 5px;
    }
    .resetbtn{
        background-color:#FFFFF3;
        width: 100%;
        height: 70px;
        border: none;
        border-radius: 7px;
        font-size: 20px
    }
    .scoresection{
        font-size: 18px;
    }
    .gameresult{
        font-size: 20px;
        padding: 5px;
    }
    .botresult{
        font-size: 18px;
    }
    .btnwraper{
        padding-left: 8px;
        margin-top: 0vh;
    }
    .resetTimeBtn{
        border-radius: 7px;
        padding: 3px;
        padding-left: 10px;
        padding-right: 10px;
        border: none;
    }
}
