body {
  margin: 0;
  text-align: center;
}
p {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
/*****************************CLASS*****************************/
.div1 {
  position: relative;
  background-color: black;
  padding-bottom: 200px;
}
.div-btn {
  position: absolute;
  right: 5%;
  top: 5%;
}
.div2 {
  display: inline-block;
  background-color: #323232;
  /* padding: 100px; */
  /* width: 38%; */
  width: 50%;
  padding-bottom: 200PX;
  position: relative;
}
.div3 {
  display: block;
  background-color: #ff1e56;
  /* padding: 100px; */
  /* width: 38%; */
  width: 50%;
  float: right;
  padding-bottom: 200PX;
  position: relative;
}

.btn0 {
  background-color: black;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  color: white;
  /* position: relative;
  bottom: 350px;
  left: 550px; */
  border: 2px solid;
  border-radius: 10rem;
  border-color: #fff;
  /* margin-left: 10px; */
  /* margin-right: 30px; */
}

.btn1 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  background-color: black;
  color: white;
  /* position: relative;
  bottom: 350px;
  left: 530px; */
  border-style: none;
  /* margin-left: 10px;
  margin-right: 10px; */
}
.btn2 {
  background-color: black;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  color: white;
  border: 2px solid;
  border-radius: 10rem;
  border-color: #fff;
}
.journey-btn1{
  background-color: #323232;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  color: white;
  border: 2px solid;
  border-radius: 10rem;
  border-color: #fff;
  position: absolute;
  left: 22%;
  bottom: 15%;

}
.journey-btn2{
  background-color: #ff1e56;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  color: white;
  border: 2px solid;
  border-radius: 10rem;
  border-color: #fff;
  position: absolute;
  left: 20%;
  bottom: 15%;

}
.span1 {
  text-decoration: underline;
}

.h1-1 {
  color: white;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 31.25rem;
  line-height: 0.075rem;
}
.h1-2 {
  color: white;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 3rem;
  position: relative;
  top: 3.75rem;
  left: 1.5625rem;
  display: inline;
}
.btn1:hover {
  color: burlywood;
}
.btn0:hover {
  color: burlywood;
}
.btn2:hover {
  border-color: burlywood;
  background-color: white;
  color: black;
  transition: 1s;
  cursor: pointer;
}
.img1 {
  /* position: relative;
  right: 335px; */
  padding-top: 13.5rem;
}
.img2-3 {
  height: 7.5rem;
  position: absolute;
  padding-top: 2.5rem;
  left: 9.375rem;
}
.p-1 {
  text-align: left;
  position: relative;
  top: 100px;
  left: 3.125rem;
  width: 70%;
  display: inline-block;
}
.p-2 {
  text-align: left;
  position: relative;
  top: 100px;
  left: 50px;
  width: 75%;
  display: inline-block;
}
