

body {
  margin: 0px;
}

.text-20 {
  font-size: 20px;
}

.bg {
  background: #14141A;
}

.font-Roboto {
  font-family: Roboto;
}

.text-white-95 {
  color: rgba(255, 255, 255, 0.95)
}

.absolute {
  position: absolute;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}
