@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
body {
  font-family: 'Prompt', sans-serif;
}

html {
  scroll-behavior: smooth;
}

label {
  font-size: 22px;
}
.toptest {
  color: red;
  width: 100%;
}
.containBox {
  margin: 100px 0px 100px 0px;
}
.leftMenu {
  background-color: #3393ff;
  padding: 0px 0px 800px 0px;
}

.vertical-menu {
  width: 200px;
  /* Set a width if you like */
}

.vertical-menu a {
  background-color: #3393ff;
  /* Grey background color */

  display: block;
  /* Make the links appear below each other */
  padding: 12px 0px 12px 25px;
  /* Add some padding */
  text-decoration: none;
  /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #6baffc;
  /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #6baffc;
  /* Add a green color to the "active/current" link */
  color: white;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
