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


.main {
    background-color: #000;
    height: 400vh; 
    width: 100vw;
}

.top1 img {
    height: 40px;
    width: 50px;
    margin-top: 25px;
    margin-left: 30px;
}


.top2, .top3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
}
.top4, .top5, .top6, .top7, .top8, .top9,
.top10, .top11, .top12, .top13, .top14,
.top15, .top16, .top17, .top18, .top19,
.top20, .top21, .top22 {
    margin-left: 20vw;
    line-height: 1.5rem;
}
.top23{
     margin-left: 5vw;
    line-height: 1.5rem;
}
.top4, .top5, .top8, .top10, .top13, .top16, .top18, .top20 {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
}


.top6, .top7, .top9, .top11, .top12, .top14, .top15, 
.top17, .top19, .top21, .top22,.top23 {
    color: rgb(150, 150, 150);
    font-size: 0.9rem;
    margin-top: 10px;
}
.top2,.top3{
    margin-left: -18vw;
    font-size: 1.9rem;
   
}



