



.outer-container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.heading{
    position: absolute;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.overlay{
    position: absolute;
    height: 100vh;
    width: 100vw;
    /* background-color: #8094ee; */
    opacity: 0.7;
}

.button{
    background: #761c19;
    border-radius: 40px;
    color: #fff;
    font-size: 1.5em;
    padding: .7em 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}
button:hover{
    background-color:#035392 ;
}


/* h1{font-size: 2.5em;} */

 p{
    /* font-size: 1.5em; */
    margin-bottom: 1em;
} 
