html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Bai Jamjuree', sans-serif;
  background-color: white; 
  margin: 0;
}

.header-images {
  position: relative;
  width: 100%;
  text-align: center;
}

.bg-header {
  width: 100%;
  display: block;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; 
}
.header_one{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.header_button{
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.ios_download_button{
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color:  hsl(171, 66%, 44%);
    border-radius: 22px;
}
.mac_download_button{
     padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color:  hsl(233, 100%, 69%);
    border-radius: 22px;
}
h6{
    color: rgb(184, 184, 184);
    line-height: 30px;
}
h2{
    color: rgb(59, 59, 59);
}
.body_one{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 70px;
}
.body_two{
    display: flex;
    flex-direction: row;
    gap: 120px;
    margin-bottom: 150px;
}
/* .body_two_part_one{

} */
 .image_computer{
    position: relative;
    left: -80px;
    margin-right: 20px;
    /* overflow: hidden; */
 }
 .body_two_part_two{
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .body_three{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
 }
 .body_three_part_one{
    margin-bottom: 100px;
 }
 .body_three_part_two{
    margin-bottom: 100px;
 }
 .body_four{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    padding: 150px;
    text-align: center;
 }
 .body_five{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    height: 40px;
    margin-bottom: 200px;
 }
 .body_six{
    display: flex;
    flex-direction: column;
    align-items: center;
 }
.body_six_part_one{
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
}
.body_six_part_two{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}
.body_seven{
    margin-top: 100px;
    padding: 30px;
    background-color: rgb(223, 223, 223);
    display: flex;
    flex-direction: row;
    gap: 200px;
}
.body_seven_section_two{
    justify-content: center;
    align-items: center;
    gap: 100px;
    display: flex;
    flex-direction: row;
}
.body_seven_part_one, .body_seven_part_two{
    display: flex;
    flex-direction: column;
    line-height: 50px;
}
 .body_seven_section_three{
    display: flex;
    flex-direction: row;
    align-self: center;
    gap: 30px;
 }
 .logo_image{
    height: 10vh;
    /* align-self: center; */
 }

