/* 
    Created on : 1 Oct, 2020, 5:05:14 PM
    Author     : BHARATHNATHAN T
*/

body, html {
    height: 100%;
    margin: 0;
    background-color: #f7f4f4;
}

.hero-image {
    /*;*/   
    height: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

