

main {
  display: grid;
  align-items: center;
  justify-items: center;
}


.tool {
  background-color: #0050ad;
  border-radius: 10px;
  ;
  padding: 20px;
  color: white;
  cursor: pointer;
  display: grid;
  justify-items: center;
  align-items: center;
  text-decoration: none;
}

.tool:hover {
  background-color: #00c89a;
}

.tool>h4 {
  font-size: 16px;
  margin-top: 20px;
}

.row {
  gap: 10px;
}

.tbd {
  cursor: inherit;
  background-color: rgb(141, 141, 141);

}

.tbd:hover {
  background-color: rgb(141, 141, 141);

}


.tool-title {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #404040;
  font-weight: 700;
}


.tool-subtitle {
  font-size: 22px;
  margin-top: -12px;
}


.float-tool {
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

#lvl1 {
  top: 170px;
  left: 150px;
}

#lvl2 {
  top: 50px;
  right: 0px;
  width: 500px;

}

#lvl1 .tool-subtitle {
  color: #eac23c;
}

#lvl2 .tool-subtitle {
  color: rgb(0, 80, 173)
}

#lvl2 .tool-title {
  line-height: 30px;
  margin-bottom: 10px
}

#lvl3a {
  bottom: 30px;
  width: 400px;
  right: 0px;
}

#lvl3b {
  bottom: 70px;
  width: 400px;
  left: 60px;
}

#lvl3a .tool-title {
  line-height: 30px;
  margin-bottom: 10px
}
#lvl3b .tool-title {
  line-height: 30px;
  margin-bottom: 10px
}

#lvl3a .tool-subtitle {
  color: #00c89a;
}

#lvl3b .tool-subtitle {
  color: #00c89a;
}
