.plate-font {
    font-weight: bold;
    text-transform: uppercase;
    color: navy;
    font-size: 15vw;
}
.plate {
    border: 5px solid navy;
    border-radius: 15px;
    background-color: white;
}
a:link, a:visited {
    text-decoration: none;
    color: navy;
}
.basenav {
  height: 0;
  width: 100vw;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2d89ef;
  overflow-x: hidden;
  transition: 0.5s;
  white-space: nowrap;
  overflow-y: auto;
}

.basenav a {
  padding: 4px 4px 4px 12px;
  text-decoration: none;
  font-size: 1em;
  color: #eff4ff;
  display: block;
  transition: 0.3s;
}

.basenav a:hover {
  color: #ffc40d;
}

.basenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
}
.openbtn {
    font-size:20px;
    cursor:pointer;
}

.basenav hr {
    width: 90%;
}

.navOpen {
  height: 75vh;
}

.backdrop {
  background-color: rgba(0,0,0,0.4);
}

h4 {
    padding: 4px 4px 4px 12px;
    color: #e3a21a;
    display: block;
}
.container h4 {
    padding: 4px 4px 4px 0px;
}
div a {
    font-size: 5px;
}
.menu-item {
    margin: 1vw;
    border: 5px solid navy;
    border-radius: 15px;
    background-color: white;
    position: relative;
    text-align: center;
    padding: 1.5vh 0;
}
.menu-text {
    color: navy;
    font-size: 8vw;
}
header {
    width: 100%;
    text-align: center;
    background-color: #2b5797;
    height: auto;
    color: #eff4ff;
    font-size: 3em;
    text-align: center;
    padding: 10px;
    text-shadow: 2px 2px 5px #1d1d1d;
    display: flex;
    justify-content: space-between;
}

.header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
}
body {
    background-color: #5ac8fa;
}

ol {
    width: 50vw;
    margin: auto;
}