body{
    display : flex;
    flex-direction: column;
    text-align: center;
    margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #92A9BD !important;
}
.heading{
    text-align: center;
    color: white;
    font-size: 40px;    
    margin: 10px;
}
.heading2{
    font-size: 30px;
    color: white;
    margin: 10px;
    text-align: center;
}
#container{
    margin:5px;
    text-align: center;
}
.subTitle{
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.searchArea{
    padding: 7px;
    font-size: 1rem;
    border-width:4px;
    outline: none;
    width: 50%;
    border: none;
}
.searchBtn{
    margin: 2px;
    font-size: 1rem;
    padding: 7px;
    color:#3b5068;
    background-color:#D3DEDC;
    cursor: pointer;
    border: none;
    outline: none;
}
.container{
    border : 3px solid white;
    background-color:white;
    border-radius: 9px;
    width: 50%;
    padding: 20px;
    outline: none;
    text-align: center;
    margin: 23px;
    height: auto;
}
.title{
    font-size: 1.3rem;
    font-weight: 600;
}
.title, .content{
    color: black;
}

.show{
    display: block;
    font-size: 1rem;
}


