

body {
    background-color: #2E88D9;
    background-image: url('images/background.png');

}

.logo{
    max-width: 200px;
    width: 100%;
    height: auto;
}

#mainMenu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.dropbtn {
  color: black;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;  /*  size on menu text   */
  border: none;
  width: 250px; /*  width of top menu item - matches dropdown-content min-width 250px */
  cursor: pointer;
}
