.main, .intro, .cover, .footer, .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo{
    margin-top: 50px;
}
h4{
    color: red;
}

.main{
    background-color: white;
    margin: 0 1%;
    color: black;
    border-radius: 5px;
}

.mainmrgn{
    margin-top: 30px;
}

.heading{
    font-weight:lighter;
}


h3{
    margin-bottom: 30px;
    font-family: sans-serif;
    font-weight: normal;
}
.intro{
    text-align: center;
    font-family: "Roboto", sans-serif;
    
}

.underline{
    text-decoration: underline;
    text-decoration-color: rgb(192 31 64);
    /* font-weight: bold; */
}

.button{
    width: 90%;
    margin-top: 30px;
}

button{
    width: 65%;
    color: black;
    font-weight: 600;
    background-color: rgb(192 31 64);
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: linear-gradient(rgb(192 31 64), rgb(192 31 53));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    cursor: pointer;
}

.cover{
    width: 90%;
}

.image{
    max-width: 90%;
    border-radius: 6px;
}

.footer{
    text-align: center;
    font-family: "Roboto", sans-serif;
    /* margin-top: 50px; */
    color: black;
}