body {
    background: url(/assets/map.png);
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* default */

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

/* placement */

.one {
    width: 29%;
    height: 100vh;
}

.two {
    width: 30%;
    height: 100vh;
}

.three {
   display:none;
    color: white;
    font-size: 20px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 20px;
    height: 33%;
    background-color: white;
}

.a {
 height: 25%;
}

.b {
    height: 30%;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: rgba(255, 106, 0, 0.265);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
}

.b:hover .tooltiptext {
  visibility: visible;
}

.c {
    height: 45%;
}

button {
    background-color: #ffffff00;
    border:#ffffff00;
    height: 100%;
}

#instructions {
   display:none;
    color: white;
    font-size: 20px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 10px;
    height: 33%;
    background: rgba(80, 175, 158, 0.791);
    border: rgb(233, 131, 48) groove 2px;
    margin: 20px;
}

span#emph {
    font-weight: bold;
    text-shadow: rgb(233, 131, 48) 1px 1px 2px;
}