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

body {
  font-family: Arial, sans-serif;
}

.absolute-from-0 {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
}

.container-full {
  height: 100vh;
  width: 100vw;
}


.background-color-03339be6 {
  background-color: #03339be6;
}

.width-50vw {
  width: 50vw !important;
}

.height-90 {
  height: 90% !important;
}
.bg-color-03339be6 {
  background-color: #03339be6;
}
