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

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

.white-text {
  color: white;
}

body {
  background-color: black;
}

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

.model {
  background: linear-gradient(
    93deg,
    #f65773 19.2%,
    #a17ebd 51.24%,
    #118ea6 79.4%
  );
  background-clip: text;
  text-align: center;
  font-family: League Spartan;
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.underlined {
  text-decoration: underline;
}

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

.title {
  text-decoration: underline;
  font-size: 40px;
  font-weight: bold;
}

.references {
  text-decoration: underline;
  font-size: 30px;
}

.italic-para {
  font-style: italic;
}

.nums {
  float: right;
}

.center-div-image {
  display: flex;
  justify-content: center;
}
