@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
*{
  padding: 0;
  margin: 0;
  text-decoration: none;
}
body{
  font-family: 'Noto Sans TC', sans-serif;
  height: 100vh;
  background: linear-gradient(75deg,#2980b9,#8e44ad);
}
.start {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin:auto;
}
.aligner {
  width: 200px; position: absolute;
}
.textBox1{
  background-color: lightgrey;
width: 300px;
border: 15px solid grey;
padding: 20px;
margin: 20px;
}
.textBox2{
  background-color: lightgrey;
width: 300px;
border: 15px solid grey;
padding: 20px !important;
margin: 10px 20px 20px 20px !important;
}
.seasonWidth{
  width: 16rem;
}
.gameBox1{
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin:auto;
}
.gameBox2{
  padding-top:10px !important;
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin:auto;
  border: 15px solid grey;
  background-color: lightgrey;
}
.click, .popup_box, .popup_box2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.click{
  background: #2981bc;
  color: white;
  font-size: 22px;
  font-family: arial;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #0059b3;
}
.popup_box, .popup_box2 {
  width: 400px;
  background: #f2f2f2;
  text-align: center;
  align-items: center;
  padding: 40px;
  border: 1px solid #b3b3b3;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  z-index: 9999;
  display: none;
}
.popup_box i{
  font-size: 60px;
  color: #eb9447;
  border: 5px solid #eb9447;
  padding: 20px 40px;
  border-radius: 50%;
  margin: -10px 0 20px 0;
}
.popup_box2 i{
  font-size: 60px;
  color: #eb9447;
  border: 5px solid #eb9447;
  padding: 20px 40px;
  border-radius: 50%;
  margin: -10px 0 20px 0;
}
.popup_box, .popup_box2 h1{
  font-size: 30px;
  color: #1b2631;
  margin-bottom: 5px;
}
.popup_box, .popup_box2 label{
  font-size: 23px;
  color: #404040;
}
.popup_box .btns{
  margin: 40px 0 0 0;
}
.btns .btn1, .btns .btn2{
  background: #999999;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #808080;
  padding: 10px 13px;
}
.btns .btn2{
  margin-left: 20px;
  background: green;
  border: 1px solid lightgreen;
}
.btns .btn1:hover{
  transition: .5s;
  background: #8c8c8c;
}
.btns .btn2:hover{
  transition: .5s;
  background: lightgreen;
}
.kevad,
.sygis,
.talv,
.suvi {
  width: 16rem;
  height: 2.8rem;
  padding: 10px;
  border: 1px solid #aaaaaa;
}
 h3{
   padding-top: 33px;
 }
.numbrid {
  margin: 5px;
}

.yks, .kaks, .kolm, .neli {
  width: 75px;
  height: 75px;
  border: 1px solid black;
  background-color: white;
  margin: 10px;
}
