@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html, body { 
  
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Roboto' !important; 
  color: white;
  font-size: 9px;
}

#magic {

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

.playground{

  position: fixed;
  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;
  
}
.minText{
  max-width: 400px;
   margin: 0 auto;
  word-spacing: 5px;
  font-size: 14px;
 line-height: 1.5;
}

a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

.logo {
    width: 50px;
    height: 50px;
}

.paragraph {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
}

footer {
  padding: 20px;
  text-align: center;
}

.special {
  font-size: 24px;
  margin-bottom: 10px;
}

.minText {
  font-size: 14px;
  color: #888;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #888;
  margin: 20px 0;
}

.contact a {
  color: #828282;
  margin: 0 8px;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  padding: 4px 6px;

}

/* surround with a fill */
.contact a:hover {
  color: #000000;
  background-color: #e1e1e1;
  border-radius: 4px;
  padding: 4px 10px;
  }

.vertical-divider {
  width: 1px;
  background-color: #888;
  margin: 2px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

