
body{
	font-family: 'Open Sans', sans-serif;
}
.page_container{
	width:100%;
}
.title{
	    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: black;
    color: white;
    padding: 16px;
}

.search_bar{
    width: 100%;
    text-align: center;
        padding: 10 20px;
    
}

.search_bar input{
	    width: 64%;
    padding: 10px;
    border: solid 4px black;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align:center;
}

.button{
    width: 100%;
    text-align: center;
        padding: 10 20px;
    
}

button{
	background: black;
    color: white;
    padding: 5 20;
    width: 64%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.image_container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

  
}

.image_container img {
	height:300px;
    display: inline-block;
  }

  .row{
  	margin-bottom: 30px;
  	margin-top: 30px;
  	padding:20px;
  }


#container{
	background: black;
    padding-top: 20px;
}

.headline{
	    color: white;
    margin-bottom: 10px;
}
