.heading{
    text-align: center;
    font-size: 50px;
    font-family: sans-serif;
    color: #a31d1d;
    font-weight: 1000;
}

.para1{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.para2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.para3{
        text-align: center;
        font-size: 30px;
        font-weight: 700;
}

.span{
    color: #a31d1d;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 200px;
    padding: 20px;
   
}