html {

  font-weight: 400;
  font-style: normal;
  background-color: #FFFFFF
}

body {
  width: inherit;
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  padding-bottom: 120px;
}

.main {
  font-family: "nimbus-sans", Helvetica, sans-serif;
  width: inherit;
  height: 100%;
  margin: 20px 20px;
  background-color: white;
  padding-top: 120px;
  padding-inline: 10px;
}

.responsive {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 25px;
  line-height: auto;
  letter-spacing: normal;
  text-align: center;
}

h2 {
  font-size: 13px;
  text-align: center;
  margin: auto;
  line-height: 2;
  text-shadow: 0px 0px 15px #B6EFB4; /* horizontal ofst, vertical ofst, blur radius */
}

p, li {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 1em;
}

.topnav {
  overflow: hidden;
  background-color: white;
  position: absolute;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 13px;
}

.topnav a.active {
  color: red;
}

td {
  border: 1px solid black;
  border-radius: 10px;
}

tr, td {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

th {
  font-size: 13px;
  padding-top: 50px;
  text-align: left;
}

#outercontainer {
  height: auto;
  width: auto;
}

.item {
  border-radius: 100%;
  touch-action: none;
  user-select: none;
  position: relative;
}

.one {
  position: absolute;
  z-index: 9;
  text-align: center;
  font-family: serif;
  padding: 10px;
  cursor: move;
  color: black;
  top: 20%;
  left: 80%;
}

.two {
  position: absolute;
  z-index: 9;
  text-align: center;
  font-family: serif;
  padding: 10px;
  cursor: move;
  color: black;
  top: 80%;
  left: 30%;
}

.three {
  position: absolute;
  z-index: 9;
  text-align: center;
  font-family: serif;
  padding: 10px;
  cursor: move;
  color: black;
  top: 10%;
  left: 10%;
}


.item:active {
  opacity: .75;
}

.item:hover {
  cursor: pointer;
}

.item img {
  pointer-events: none;
}

@media (min-width:600px) {
  .main {
    padding-inline: 100px;
  }
}

@media (min-width:850px) {
  .main {
    padding-inline: 200px;
  }
}



/* 320 smartphones, portrait iPhone, portrait 480x320 phones (Android) */
/* 480 smartphones, Android phones, landscape iPhone */
/* 600 portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
/* 801 tablet, landscape iPad, lo-res laptops ands desktops */
/* 1025 big landscape tablets, laptops, and desktops */
/* 1281 hi-res laptops and desktops */
