body {
  display: flex;
  justify-content: end;
  padding: 25px;
}
ul {
  list-style: none;
  font-family: Verdana;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
}
ol {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  width: 600px;
  list-style: none;
  text-align: left;
  line-height: 1.5;
  margin: auto;
  translate: 83px;


}

body::-webkit-scrollbar {
  display: none;
}

ul a:link {
    color: black;
    text-decoration: none;
}
ul a:visited {
    color: black;
}
ul a:hover {
    color: black;
}
ul a:active {
    color: black;
}

ol a:link {
    color: black;
    text-decoration: none;
}
ol a:visited {
    color: black;
}
ol a:hover {
    color: black;
}
ol a:active {
    color: black;
}

.box1 {
  background-color: white;
  height: 625px;
  min-width: 250px;
  text-align: center;
}
.box2 {
  background-color: white;
  height: 625px;
  width: 2500px;
  text-align: center;
}

.titleblock {
  font-family: Arial;
  font-weight: bold;
  font-size: 45px;
  height: 150px;

}
.textblock {
  height: 250px;
  display: flex;
  align-items: center;
}

.headingblock {
  font-family: Arial;
  font-size: 45px;
  width: 600px;
  max-width: 70%;
  text-align: left;
  margin-left: 20%;
}
.paragraphblock {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  width: 600px;
  list-style: none;
  text-align: left;
  line-height: 1.5;
  margin: auto;
}
