:root {
  --theme-primary: #0CA289;
}

body {
  background-image: url('../img/lab-bg.png');
  background-size: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}
.main-title, .sub-title {
  color: var(--theme-primary);
}

