*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(51, 30, 128);
}
.container{
    height: 500px;
    width: 500px;
    background: gainsboro;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.tiktaktoeBoard{
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px;
}
.square{
    width: 90px;
    height: 90px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 15px solid red;
}
.box{
    width: 80px;
    height: 80px;
    border-radius: 10%;
    border: 15px solid blue;
}
h3{
    font-size: 30px;
    margin-top: -60px;
    
}
h2{
    font-size: 30px;
    position: relative;
    top: -60px;
}
.conForCalculator{
    height: 600px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    font-size: 20px;

}
 span #result{
    color: blue;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 ;
 }
.conForCalculator input{
    margin: 15px;
}
.conForCalculator .btnOp{
    width: 60%;
    height: 30px;
    background-color: orange;
    color: white;
    font-weight: bold;
    border: 2px solid orangered;
    border-radius: 10px;
    box-shadow: 4px 3px 8px rgb(184, 168, 168);
    transition: 0.5s;
}
.btnOp.reset{
    background-color: red;
}
#Num1, #Num2{
    outline: none;
    border-radius: 0px;
    height: 30px;
    border: none;
    box-shadow: 4px 3px 8px rgb(184, 168, 168),
                 inset 0px 0px 4px rgb(70, 66, 66);
   text-align: center;
   transition: 0.5s;
  
}
.nums:hover{
    transform: scale(1.5); 
}
.btnOp:hover{
    transform: scale(1.3); 
}
.todoContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 400px;
    background-color: white;
    border-radius: 10px;
}
.todo{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.todo input{
    margin-top: 20px;
}
.todo #doTask{
    width: 100%;
    height: 50px;
    font-size: 20px;
    background-color: orange;
    border: none;
    color: white;
    box-shadow: 4px 4px 8px black;
    border-radius: 10px;
} 
.todo #InputTask{
    height: 30px;
    border: none;
    border-bottom: 4px solid blue;
    outline: none;
    text-align: center;
    font-size: 20px;
}
#list{
    list-style: none;
    font-size: 30px;
    margin: 20px;
}
.task{
    margin: 10px;
    height: 25px;
    width: 70px;
    border: none;
    background-color: tomato;
    color: wheat;
    font-size: 18px;
    box-shadow: 0px 0px 6px black;
}
.conRock{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 350px;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.301),
                -3px 3px 10px rgba(68, 60, 60, 0.568),
                3px -1px 10px rgb(46, 54, 45);
}
.conRock h3, p{
    margin:  10px;
}
.conRock button{
    margin: 5px;
    width: 100px;
    background-color: skyblue;
    border: none;
    height: 30px;
    color: white;
    border-radius: 5px;
    box-shadow: inset  0px 0px 8px rgba(0, 0, 0, 0.534);
}
.ScoreCon{
  
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.ScoreCon .team{
    height: 340px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.team > button{
    cursor: pointer;
    margin-top: 10px;
    width: 80%;    
    height: 40px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    box-shadow:  0px 6px 12px -2px rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: transparent;
    border: 4px double whitesmoke;


}
.team :nth-child(1){
    color: beige;
    margin: 10px;
}
.team :nth-child(2){
    font-size: 40px;
    border-radius: 20px;
    box-shadow:  0px 6px 12px -2px rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px
                ;
    height: 65px;
    width: 80px;
    text-align: center;
    margin-bottom: 10px;
   background-color: rgb(0, 0, 0);
    color:  red;
}
.team button:nth-last-child(1){
    background-color: red;
}
.scoreColor{
   height: 500px;
   width: 400px;
   background-color: rgb(40, 3, 247);
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   border: 2px double white;
}
.scoreColor #titleScore{
    position: relative;
    top: -30%;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 250, 250, 0.534);
    color: beige;
}
.scoreColor #reset{
    height: 30px;
    width: 90%;
    background-color: yellowgreen;
    position: relative;
    top: 20%;
    color: beige;
    border: none;
    font-weight: bold;
    font-variant: small-caps;
    text-shadow: 0px 0px 4px black;
    border-radius: 5px;
}