.banner{
    background-image: url('./images/mario-caruso-0C9VmZUqcT8-unsplash.jpg');
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
 
    font-family: 'Times New Roman', Times, serif;

}
.bannertext{
    padding-left: 35px;
    padding-top: 50px;
}
.text_con{
    max-width: 70% !important;
    padding-left: 40px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin: auto;
    color: black !important;
}
.rounded{
    border-radius: 10px;
    border-top: 5px solid RED;
    width: 30%;
    margin-left: auto;
    margin-right:auto ;
    margin-top: 10px;
    margin-bottom: 10px;
    

}
