HTML body {
  background-image: linear-gradient(to right, rgb(229, 247, 0), rgb(255, 165, 0));
}


/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;

}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}


.navbar {
  display: block;
  position: fixed;
  width:100%;
  padding-top:0px;
  padding-bottom:3px;
}


/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:0 .6rem;
  margin:0 .25rem;
}

#square {
  display:inline-block;
  width: 50px;
  height: 42px;
  border: 1px solid deepskyblue;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: white;
}
#square2 {
  display:inline-block;
  width: 50px;
  height:42px;
  border: 1px solid deepskyblue;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: white;
}


#diagnostics {
  display: inline-block;
  float: right;
  position: relative;
  right: 2vw;
  padding-top: 3px;
  padding-bottom: 0px;
  z-index:2;
  
}

#accordion {
  position: fixed;
  display: inline-block;
  left: 48rem;
  top: 7.75rem;
  width: 16rem;
  z-index:10;
}
#topic{
  width: 16rem;
  left: 48rem;
  z-index:11;
}

iframe {
  display: block;
  float: left;
  margin: 3px;
  height: 120px;
  width: 200px;
 }

.marks {
  display: inline-block;
  float: right;
  font-weight:bold;
  margin-right: 5%;
}


svg {
  position: absolute;
  top: 80px;
  right: 0;
  left:0;
  margin: auto;
}


svg polyline {
  fill: black;
  stroke-width: 0.1px;
  stroke: black;
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  opacity: 0;
  animation: 18s outline infinite  alternate;
}

svg path {
  fill: none;
  stroke: black;
  stroke-width: 1px;
  stroke-dasharray: 200;
  stroke-dashoffset: 800;
  opacity: 0;
  animation: 18s text-outline infinite  alternate;
}

@keyframes outline {
  from {
    stroke-dashoffset: 200;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes text-outline {
  from {
    stroke-dashoffset: 1100;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 50;
    opacity: 1;
  }
}

.container {
  display: block;
  text-align: center;
  height: 180px;
}

#qbox {
  display: inline-block;
  left: 0;
  right: 0;
  padding-top: 10px;
  font-color: black;
  font-size: 20px;  
  height: 200px;
  width: 500px;
  background: white;
  border: 2px black solid;
  border-radius: 9px;
}

#ans {
  width: 130px;
  height: 40px;
  background-color: white;
  border-radius:5px;
  padding = 0;
  overflow: visible;
  margin: 1px;
  vertical-align: bottom;
  font-size:20px;
}
#go{
  width: 140px;
  height: 45px;
  border: 1px solid black; 
  border-radius: 5px;
}
#go:hover{
 background: deepskyblue;
 border: 1px solid black 
}

#qnumber {
  text-align:left;
  margin-left: 10px;  
  }

#y {
  display: block;
}
