*{
    margin: 0;
    padding: 0;
}
.main{
    background-color: rgb(0,0,0);
    height: 250px;
    text-align: center;
}
.main a:hover{
    color: rgb(255,242,0)
}
.main h1{
    font-weight: 900;
    font-size:55px;
    color: white;
    padding-top: 80px;
}
.main p{
    font-weight: 500;
    font-size: 20px;
    color: rgb(2, 2, 53);
    margin-top: 10px;
}
.home{
    color: white;
}
.home:hover{
    color:rgb(2, 2, 53) ;   
}
.main p a{
    text-decoration: none;
}
.story {
    margin-top: 80px;
    text-align: center;
}
.story h1{
    color: rgb(34, 34, 34);
}
.story p{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: rgb(97, 96, 96);
    text-align: center;
}

.text{
    margin-top: 80px;
    text-align: center;
   justify-content: center;
}
.text p{
    color:rgb(97, 96, 96) ;
    margin-top: 20px;
    line-height: 30px;
}
.question{
    height: 270px;
    background-color:rgb(0,0,0)  ;
    display: flex;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
}

.text h3{
    font-size: 30px;
    color: white;
    text-align: center;
}
.text h6{
    font-size: 18px;
    font-weight: 300;
    color: white;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
}

.last{
    background-color: gray;
    text-align: center;
    color: white;
    height: 50px;

}
.last h6{
    padding-top: 12px;
    font-weight: 400;
    justify-content: center;
    text-align: center;
}
