@font-face {
  font-family: 'fredoka-one';
  src: url('assets/fonts/fredoka-one/FredokaOne-Regular.ttf');
}

.content {
  margin: 0px;
  width: 100%;
  height: 100%;
}

.topbar { 
  display: flex;
  align-content: stretch;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  background-image: linear-gradient(to right, #D62900, #FF9B55, #FFFFFF, #D461A6, #A50062);
  height: fit-content;
  padding: 10px; 
}

.topnav {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  height: fit-content;
  width: 1200px;
  flex-wrap: wrap;  
}

.topbox {
  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;
}

.name {
  font-size: 60px;
  text-align: center;
  padding: 5px;
}

.nameinfo {
  width: 250px;
  text-align: center;
  font-size: medium;
  padding: 5px;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  filter: blur(5px);
  transform: scale(1.1);
  background-image: url('assets/images/background.png');
  background-size: 100% 100%;
  
}