header{ background-color: rgb(37, 37, 37); height: 50px; font-size: 15pt; color:white; font-weight: bold; } header p{ margin-top: 12px; padding-right: 10px; display:block; float:right; } .searchField{ display:block; float:left; margin-top: 10px; } .searchField input{ margin-left: 25px; border: 1px solid white; border-radius: 3px; background-color: rgb(253, 253, 253); height: 20px; font-size: 13pt; font-weight: bold; font-family: 'Roboto'; padding: 5px; } #map{ width: 100%; height: 1000px; }