html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: FamiljenGrotesk;
  font-size: 1.1rem;
  background-color: black;
  color: black;
  overflow: hidden;
}

main {
  width: 100vw;
  height: 100vh;
  padding: 1.5rem;
  box-sizing: border-box;
}

header {
  height: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

section {
  width: 100%;
  height: 14%;
  padding: 1rem 1rem 1rem 1rem;
  display: flex;
  align-items: center;
  background-color: #dcffe6;
  border-top: 2px solid black;
  box-sizing: border-box;
  opacity: 0;
}

h1 {
  font-size: 3rem;
  margin: 0 0 1.5rem 0;
  color: white;
  text-align: center;
}

h2 {
  font-size: 3.5rem;
  margin: 0;
}

h3 {
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0.5rem 0;
}

p {
  margin: -0.3rem 0 1.2rem 0;
  color: #dcffe6;
}

.meeting {
  font-weight: bold;
}

.next-meeting {
  font-weight: normal;
}

.organizer {
  font-size: 1.05rem;
  font-weight: normal;
}

.puff {
  min-width: 120px;
  width: 120px;
  height: 120px;
  background-color: #005852;
  color: #dcffe6;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.busy-puff {
  background-color: #eb1e32;
  color: #fad7dc;
}

.busy-section {
  background-color: #fad7dc;
}

.content {
  margin-left: 3rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.loading {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
}

@font-face {
  font-family: FamiljenGrotesk;
  src: url(./fonts/FamiljenGrotesk-Regular.woff),
    url(./fonts/FamiljenGrotesk-Regular.woff2);
  font-weight: normal;
}

@font-face {
  font-family: FamiljenGrotesk;
  src: url(./fonts/FamiljenGrotesk-Bold.woff),
    url(./fonts/FamiljenGrotesk-Bold.woff2);
  font-weight: bold;
}
