*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: arial;
}
body
{
    justify-content: center;
    align-items: center;
    background: rgb(7, 34, 13) url("../images/index-page-background.jpg") repeat fixed;
    height: 100vh;
    background-size: cover;
}
.loginsection{
    width: 100%;
}
.brocherpdficon img{
    width: 30%;
}
.contant{
    text-align: center;
    justify-content: center;
}
.brocherpdficon p{
    color:white
}
.container{
    margin:auto;
}
.logo{
    padding-top: 150px;
    padding-bottom: 150px;
}
.tagline{
    color:#D6B05D;
}
.tag1,.tag2{
    padding: 0;
    margin:0;
}
.brocherpdficon{
    margin-bottom: 10px;
}
.brocher1{
    display: flex;
    flex-direction: column;
    color:white;
    padding:10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.brochers{
    margin-bottom: 80px;
    padding:0 200px;
}
.loginsection{
    background-color: rgb(7, 34, 13);
    opacity: 0.9;
    width:100%;
    background-size: cover;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.title{
   
    font-size: 35px;
    font-weight: bold;
}
.titledescription{
    font-size: 25px;
}
.tag1{
    font-size: 19px;
    color:gray;
}
.tag2
{
    font-size: 25px;
    font-weight: bold;
    color:gray;
}
a{
    text-decoration: none;    
}
a:hover{
    
}