*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #EEF5DB;
}
.navbar{
    height: 113px;
    width: 100%;
    background-color: aqua;
    display: flex;
}
.nav-item1{
    height: 100%;
    width: 100%;
    background-color: #FE5F5590;
    align-content: center;
}

.nav-item1 h1{
    font-size: 5rem;
    text-align: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #C7EFCF;
}
.heading h2{
    font-size: 1.2rem;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #589057;
}
.button-div{
    height: 100px;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
}
.button-div button{
    height: 50px;
    width: 120px;
    margin-left: 30%;
    border: 2px solid #F0B67F;
    border-radius: 25px;
    background-color: #e9edc9;
    font-size: 1.4rem;
    font-family:'Times New Roman', Times, serif;
}
.container{
    height: 400px;
    width: 350px;
    align-content: center;
    margin: 0 auto;
    border: 3px solid #606c38;
    border-radius: 15px;
}
.container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.main-body h2{
    text-align: center;
    margin-top: 10px;
}

footer {
    background-color: #588157;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding: 1rem;
    position: relative;
    bottom: 0;
    width: 100%; 
    margin-top: 10px;
}
@media (max-width: 450px){
    .nav-item1 h1{
        font-size: 3.5rem;
    }
    .heading h2{
        font-size: 1rem;
    }
}
@media (max-width: 315px){
    .nav-item1 h1{
        font-size: 3rem;
    }
}

