html, body { 
  
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'archiaregular' !important; 
  color: white;
  font-size: 9px;

}

#magic {

  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  z-index: -9999;
}

.playground{

  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.divground {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.bottomPosition{

  text-align: center;
  margin-bottom: 50px;

}
.bottomPosition1{

  text-align: center;
  margin-bottom: 50px;

}
.minText{
  
  font-size: 14px;
}

.flex-container {
	background-color: grey;
	width: 100%;
		height: 100vh;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-around;
align-items: flex-end;
	opacity:0.5;
}
.flex-item1 {
	margin-bottom: 490px;
    margin-left: 50px;
}
.flex-item11 {
	margin-top: 60px;
    margin-left: -20px; 
}
.flex-item2 {
  text-align: center;
  margin-bottom: -15px;
}
.flex-item3 {
  text-align: center;
  margin-bottom: 110px;
  margin-left: 50px;
}
.flex-item33 {
	margin-top: 10px;
    margin-left: -50px;
}
.flex-item33-1 {
    align-self: flex-start;
	margin-bottom: 110px;
    margin-left: -150px;
}
.flex-item4 {

  background-color: yellow;
  border: 1px black solid;
}
.green-flex { /* stworzyłam nową klasę i dodałam ją do kilku kwadratów */
    background-color: green;
    align-self: flex-start; /* wyrównanie do góry */
}
.blue-flex { /* stworzyłam nową klasę i dodałam ją do jednego kwadratu */
/*    background-color: blue;
    align-self: center;  wyśrodkowanie */
}
a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}
.logo {
    width: 50px;
    height: 50px;
}

@font-face {

    font-family: 'archiaregular';
    src: url('https://res.cloudinary.com/dydre7amr/raw/upload/v1612881605/archia-regular-webfont_bvfbhe.ttf')format('truetype');;
    font-weight: normal;
    font-style: normal;

}
.flex-item3 img:hover { filter: sepia(200%);}
#flex-item3 img:hover { filter: sepia(200%);}