*{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: white;
    height: 125vh;
    width: 100vw;
}
.top1{
   

    img{
         margin-left: 9vw;
         margin-top: 4vh;
    }
}
.top2{
    background-image: url(https://support.ftx.com/hc/theming_assets/01HZPD2VS0MSB7J1Z2638JE1ED);
    height: 42vh;
    width: 100vw;
    margin-top: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sear{
    input{
height: 5vh;
width: 42vw;
border-radius: 1.9rem;
border: none;
font-size: 1rem;
outline: none;
padding-left: 2vw;


}
}

.top3{
    margin-top: 6vh;
    margin-left: 10vw;
    display: flex;
    gap: 2vh;
    
}
.part1:hover{
    background-color: rgb(87, 150, 150);
    color: white;
}
.part2:hover{
    background-color: rgb(87, 150, 150);
    color: white;
}
.part1{
    border: 1.5px solid teal;
    height: 8.9vh;
    width: 39vw;
    border-radius: 0.3rem;
    color: teal;
     display: flex;
    align-items: center;
    justify-content: center;
}
.part2{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid teal;
    height: 8.9vh;
    width: 39vw;
    border-radius: 0.3rem;
      color: teal;
}

.top4{
    margin-left: 10vw;
    margin-top: 4vh;
    font-size: 1.6rem;
    font-weight: bold;
}
.top5a{
    display: flex;
    font-size: 0.9rem;
}
.top5{
 display: flex;
 margin-left: 10vw;
 margin-top: 5vh;
 gap: 13.2rem;
}
.top51{
 display: flex;
 margin-left: 10vw;
 margin-top: 5vh;
 gap: 12.2rem;
}
.top52{
display: flex;
 margin-left: 10vw;
 margin-top: 5vh;
 gap: 7.5rem;
}
.top53{
display: flex;
 margin-left: 10vw;
 margin-top: 5vh;
 gap: 12.2rem;

}
.checking{
    color: teal;
}
.checking a{
    text-decoration: none;
    color: teal;
}
a:hover{
    text-decoration: underline;
}
.top6{
    margin-top: 2.8vh;
    display: flex;
    gap: 2rem;
    margin-left: 10vw;
    hr{
        width: 25vw;
    }
}
.top7{
    hr{
        margin-top: 8vh;
        width: 80vw;
        margin-left: 10vw;
    }
}
.top8{
    hr{
        margin-top: 12vh;
    }
}
.top9{
display: flex;
margin-left: 10vw;
gap: 74vw;
margin-top: 3.5vh;
opacity: 0.6;
}