html    {
    display: flex;
    background-color: black;
    color: white;
    font-family: sans-serif;
}
header  {
    display: flex;
    background-image: url(banner.jpg);
    height: 80vh;
    width: 100vw;
    justify-content: center;
    text-align: center;
    align-content: center;
    font-size: 90px;
    flex-wrap: wrap-reverse;
}
h2  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 25px;
}
.part1  {
    display: flex;
    flex-direction: row-reverse;
    padding: 25px;
}
.text1  {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    height: fit-content;
    width: fit-content;
    margin: 25px 50px 25px 50px;
}
.image1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    height: fit-content;
    width: fit-content;
    margin: 25px 50px 25px 50px;
}
.part2  {
    display: flex;
    flex-direction: row;
    padding: 25px;
}
.text2  {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    height: fit-content;
    width: fit-content;
    margin: 25px 50px 25px 50px;
}
.image2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    height: fit-content;
    width: fit-content;
    margin: 25px 50px 25px 50px;
}
.part3  {
    display: flex;
    flex-direction: row-reverse;
    padding: 25px;
}
.text3  {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    height: fit-content;
    width: fit-content;
    margin: 25px 50px 25px 50px;
}
.image3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    height: fit-content;
    width: fit-content;
    margin: 25px 50px 25px 50px;
}
.testimonials   {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
}
footer  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 100px;
    font-size: x-small;
}

