html,
body {
  margin: 0;
  padding: 0;
  font-family: "Merriweather", serif;
  color: #b6bbc4;
  background-image: url(IMAGES/background2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  text-align: justify;
  text-decoration: none;
}
h1 {
  color: #dc84f3;
  font-size: 4.375rem;
}
h2 {
  color: #dc84f3;
  font-size: 2.5rem;
  text-align: center;
}
h5 {
  margin-left: 90px;
  margin-top: 0px;
  font-size: 1.25rem;
}
hr {
  border-color: #e4f1ff;
  width: 30%;
}
a{
  text-decoration: none;
  color: white;
}

.logo{
  margin: 5rem 0 0 3rem;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  width: 90%;
  margin: 2rem auto 0 auto;
}


.top-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}
.block-pic {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.top-box__2nd_container{
  align-self: flex-end;
}


.mid-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pfp {
  border-radius: 50px;
  width: 150px;
  height: auto;
}
.abt{
  width: 30%;
}


.cw_container{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.cw_container hr{
  width: 35%;
}
.cw {
  display: flex;
}
.cw_img {
  width: 170px;
  height: auto;
}
.cw_btn_container{
  display: flex;
  padding: 1rem 0;
  gap: 0.5rem;
}
.cw_btn{
  align-self: center;
}


.cw2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.cw_img {
  width: 170px;
  height: auto;
}

.btn {
  /* -webkit-border-radius: 8; */
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #7e30e1;
  padding: 10px 20px;
  
}

.btn:hover {
  background: #d67bff;
  text-decoration: none;
}

.hire{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-container {
  background-color: #6f61c0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

@media screen and (max-width: 500px) {
  h5{
    margin: 0;
  }

  .header {
    width: 90%;
    margin: 0 auto;
  }
 
  .logo{
    padding: 0;
    margin: 0;
  }
  .top-box {
    flex-direction: row;
    padding: 0;
    width: 100%;
  }

  .abt{
    width: 100%;
  }

  .bottom-box{
    text-align: center;
  }


  .cw_container{
    width: 100%;
  }
  .cw{
    padding: 0;
    flex-direction: column;
  }
  .cw_btn_container{
    flex-direction: column;
    text-align: center;
  }
  .cw2{
    padding: 0;
    flex-direction: column;
  }


}
