body{
    margin: 0;
    background: url(./bgImage.jpg);
    /* background-size: cover; */
}
#container{
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    /* width: 100vw; */
}
#heading{
    display: flex;
    height: 20%;   
}
#image{
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 30px;
}
img{
    width: 150px;
    height: 50px;
}
#button{
    padding: 30px;
    width: 60%;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
}
.btn{
    background-color: red;
    padding: 8px 14px;
    border: none;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 53px;
}
#content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    height: 80vh;
}
h1{
    font-size: 55px;
    margin: 0;
}
p{
   margin: 10px; 
   font-weight: 400;
}
.para1{
    font-size: 28px;
}
.para2{
    font-size: 23px;
}
