.main-hum-prac {
  margin-left: 150px;
  margin-right: 150px;
}

.white-text {
  color: white;
}

body {
  background-color: black;
}

.para {
  font-family: "Roboto Mono", monospace;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.pic {
  padding: 0;
  margin: 40px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hum-prac {
  text-align: center;
  font-family: "Rubik Microbe", cursive;
  font-weight: 200;
  font-size: 80px;
}

.underlined {
  text-decoration: underline;
}

.heading {
  font-weight: bold;
  font-size: 30px;
}

.container1 {
  border: 5px solid black;
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
}
