.games a{
  display: block;
  cursor: pointer;
  text-decoration: none;
  background-color: darkgray;
}
.gry{ 
  left: 60px;
  position: absolute;
}
*{
  box-sizing: border-box;
}
body{
  background-color: #555555;
  color: white;
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 100%;
}
.settings{
  font-size: 2.5em;
}
input {
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  font-size: 17px;
  border-radius: 8px;
  border: 1px solid #bbb
}
.navbar{
  background-color: #333333;
  color: white;
  font-size: 20px;
}

button{
  color: white;
  border-width: 0px;
  border-radius: 15px;
  font-size: 200%;
  background-color: red;
}
@keyframes przycisk1{
  0%{font-size:40px; background-color: #333333;}
  10%{font-size:40.5px}
  20%{font-size:41px}
  30%{font-size:41.5px}
  40%{font-size:42px}
  50%{font-size:42.5px}
  60%{font-size:43px}
  70%{font-size:43.5px}
  80%{font-size:44px}
  90%{font-size:44.5px}
  100%{font-size:45px}
}
.navbar button:hover{
  background-color: #222222;
  
  border-radius: 0px;
}
.navbar button{
  background: none;
  border-radius: 0px;
}
select{
  font-size: 150%;
  background-color: #333333;
  color: white;
  border-radius: 15px;
  border-color: #444444;
  border-width: 5px;
  margin-bottom: 10px;
}
.prl1{
  padding-left: 25px;
  padding-right: 25px;
}
.prl2{
  padding-left: 45px;
  padding-right: 45px;
}
.prl3{
  padding-left: 45px;
  padding-right: 45px;
}

.dc{
  background-color: #1c00d4;
  text-decoration: none;
  color: white;
}

.clickershop button{
  background-color: orangered;
}











table{
  border: solid;
  border: white;
  
}
.ucl{
  background-color: #88a4f2;
}
.uel{
  background-color: #ff9a36;
}
.uecl{
  background-color: #82ff69;
}
.down{
  background-color: #ff4f4f;
}
aside{
  width: 28.5%;
  font-size: 1.5em;
  background-color: #222222;
  float: left;
}
section{
  
}
footer{
  float: left;
  width: 100%;
}
@media screen and (max-width: 600px){
  aside, section, input{
    width: 100%;
  }
}
@media screen and (max-width: 600px){
  h1, select{
    width: 100%;
    font-size: 90%;
  }
}
