﻿body {
    margin: 0;
    padding: 0;
    background: #fff
    background-size: cover;
    background-position: center;
    font-family: 'Helvetica Neue',sans-serif;
}
#display{
	font-size:30px;
	color:#0070ea
}
#rowDiv {
    margin: auto;
    text-align: center;
    width: 60%;
}

input[type="text"] {
    height: 40px;
    font-size: 20px;
}

#search {
    height: 40px;
    font-size: 20px;
    font-weight: bold;
}
#message{
	color:#3d9aff; 
	font-size:20px;
}
#myButton {
    height: 40px;
    font-size: 20px;
    font-weight: bold;
}
#filter {
    height: 40px;
    font-size: 20px;
    font-weight: bold;
}
#headBar {
    width: 100%;
    height: 80px;
	margin-bottom: 0px;
	color:white;
	background-color:#ffaf30
}
#headerText{
	font-size:50px; 
	font-weight:300;
}