*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.hero{
position: relative;
}
.hero-sec1 img{
    margin-top: 110px;
    margin-bottom: 20px;
  margin-left: 200px;
  width: 900px;
}
.hero-sec2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1000px;
    position: absolute;
    bottom: 70px;
    left: 270px;
}
.right img{
}
.background{
     width: 65%;
}
h1{
    background-color: rgb(215, 213, 209);
    padding: 6px;
    border-radius: 10px;
}
p{
        background-color: rgb(215, 213, 209);
           padding: 6px;
    border-radius: 10px;
}
button{
    padding: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 20px;
    outline: none;
    border: none;
}