head, body {
  padding: 0;
  margin: 0;
}

.size-full {
  height: 100%;
  width: 100%;
}

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

.bg-dark {
  background-color: rgb(48,48,48);
  color: rgb(173,181,189);
}

.link {
  color: rgb(0,188,140);
}
