@keyframes fadeIn {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Główny styl i tło
#2C3E50 gray
#E74C3C red
#ECF0F1 brudny bialy
#A8C545 olive
#2980B9 blue
#FEA13B yellow
#E2DFD0 kremowy

tlorgba(236,240,241,1)*/

body{
  font-size: 22px;
}

.textInstruction{
  font-family: 'Arial Black';
  font-size: 22px;
}

.textInstruction2{
  position: relative;
  width: 60vw;
  left: 20vw;
}

.powrotInstruction{
  height: 60px;
}

.instructionPng{
  width: 25vw;
}

.redder{
  background-color: #E74C3C;
}

.powrotProjects{
  z-index: 5 !important;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 30px;
  opacity: 0.5;
  border: 0px;
  border-radius: 20px;
  line-height: 22px;
  font-family: 'Garamond';
  font-size: 16px;
  font-weight: bold;
  height: 80px;
  width: 120px;
  background-color: #E74C3C;
  color: white;
}
/* Smartfony */

@media (max-width: 768px){

  .powrotInstruction{
    height: 90px;
  }

  .instructionPng{
  width: 80vw;
  }

.textInstruction2{
  position: unset;
  width: unset;
  left: unset;
}







}
