*{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
}
.main{
    background-color: black;
    height: 205vh;
    width: 100vw;
}
.top1{
display: flex;
align-items: center;
gap: 750px;
/* border-bottom:0.01px solid grey ; */

}
.part1{
    img{
        height: 5vh;
        width: 5vw;
        margin-left: 52px;
                margin-top: 30px;

    }
}
.part2{
    color: white;
    display: flex;
            margin-top: 30px;
            font-size: 1rem;
            img{
                height: 4vh;
        width: 4vw;
            }
            gap: 42px;

}

.part3{
    display: flex;
    img{
        height: 3vh;
        width: 4.5vh;
    }
}
.privacy a{
    text-decoration: none;
    color: white;

}
 a:hover{
    
    text-decoration: underline;
}

.container{
    background-color: rgb(47, 47, 48);
    height: 189vh;
    width: 88vw;
    margin-top: 55px;
    margin-left: 45px;
    border-radius: 2px;
    
}
.top2{

    display: flex;
    margin-left: 90px;
    gap: 155px;
    
  
}
.part4{
      color: white;
      font-size: 2rem;
      margin-top: 10px;
      line-height: 40px;
}
.part5{
color: rgb(187, 186, 186);
font-size: 1rem;
margin-top: 10px;
line-height: 23px;
}
.top3{
    color: white;
    margin-top: 18px;
    margin-left: 90px;
    font-size: 1rem;
}
.top4{
display: flex;
margin-left: 90px;
margin-top: 20px;
gap: 20px;

}
.part6{
    background-color:rgb(54, 28, 72);
height: 19vh;
width: 37.4vw;
border-radius: 3px;
display: flex;
gap: 16px;
}
.part7{
    background-color:rgb(54, 28, 72);
height: 22vh;
width: 37.4vw;
border-radius: 3px;
display: flex;
gap: 16px;
}

.part67{
    background-color:rgb(54, 28, 72);
height: 18vh;
width: 37.4vw;
border-radius: 3px;
display: flex;
gap: 16px;
}
.part68{
    background-color:rgb(54, 28, 72);
height: 18vh;
width: 37.4vw;
border-radius: 3px;
display: flex;
gap: 16px;
}

.top5{
    margin-left: 90px;
    margin-top: 34px;
    color: white;
    font-size: 1rem;
}
.part61{
    border: 1px solid turquoise;
    height: 3.4vh;
    width: 1.8vw;
    border-radius: 15px;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    margin-left: 15px;
   
}
.part62{
    color: white;
        margin-top: 18px;
        
        

    
}
.part62b{
    font-size: 1rem;
    font-weight: bold;
        margin-top: 4px;

}
.part62c{
    font-size: 0.80rem;
            margin-top: 10px;
            line-height: 17px;

}
.part62d{
    font-size:0.9rem;
    font-weight: bold;
    margin-top: 3px;
    color: turquoise;
}
.part62d a{
    color: turquoise;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.part62a{
    font-size: 0.9rem;
    font-weight: bold;
}
.endline{
    margin-top: 20px;
    
}
.please{
    margin-top: 25px;
    margin-left: 90px;
    font-size: 1rem;
    color: rgb(255, 254, 254);
}
.top6{
    display: flex;
    gap: 15px;

    select{
    background-color: rgb(64, 62, 62);
    height: 7.3vh;
    width: 32vw;
    margin-top: 25px;
    margin-left: 90px;
    border-radius: 3px;
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 108px;
    
    /* img{
        height: 2.9vh;
        width: 2.9vw;
    } */
}
}

select:hover{
    background-color: rgb(112, 111, 109);
}
.get{
    background-color: teal;
    height: 7.3vh;
    width: 11vw;
    margin-top: 25px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: white;
}
.get:hover{
    background-color: rgb(12, 193, 193);
}
.scroll{
    margin-top: 30px;
    height: 25vh;
    width:80vw;
overflow-y: scroll;
overflow-x: hidden;
}
.scroll1{
    font-size: 0.8rem;
    color: rgb(131, 128, 128);
    margin-left: 90px;
}
hr{
    width: 90%;              
  height: 0.4px;     
  margin-left: 90px;  
   
  background-color: #4d4d4d;  
  border: none;       
}