@font-face {
  font-family: 'fredoka-one';
  src: url('../assets/fonts/fredoka-one/FredokaOne-Regular.ttf');
}


.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(90deg, #D62900, #FF9B55, #FFFFFF, #D461A6, #A50062);
  pointer-events: none;
  filter: blur(5px);
  transform: scale(1.1);
}

.content {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.box {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin: 5px;
  color: white;
  height: fit-content;
  width: fit-content;
  min-height: 50px;
  min-width: 50px;
  font-family: 'fredoka-one';
  padding: 5px;
  box-sizing: border-box;
}