body {
    background-color: #f2f2f2;
}

.main-wrapper {
    text-align: center;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    flex-direction:column;
    margin-bottom:100px;
}

.logo-img {
    width: 272px;
    height: 92px;
    margin-bottom: 20px;
}

.search-area {
    display: inline-block;
    width: 100%;
    max-width: 584px;
}

.query-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 24px;
    border: 1px solid #dcdcdc;
}

.btn-group {
    margin-top: 20px;
}

.primary-btn {
    background-color: #f8f9fa;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
}

.primary-btn:hover {
    background-color: #e7e7e7;
}


.heading {
    font-family: cursive;
    padding-top: 15px;
    left: 45%;
}

ul {
  list-style-type: none;
  font-family:cursive;
}

.navbar {
    padding-top:10px;
    padding-left : 10px;
    font-family: cursive;
    font-size:25px;
}

.navitem h1{
    left: 45%;
}

.navitem a{
    right:10%
}

.container{

background-color:white;
 width:100%;
    position:absolute;
    bottom:0;
}
