body {
    background-color: white;
    text-align: center;
}

h1 {
    color: black;
    font-size: 50px;
    margin: 0;
    background-color: white;
    margin-right: 10%;
    margin-left: 10%;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

h2 {
    margin: 0;
    font-size: 3px;
    color: gray;
    background-color: gray;
    margin-right: 30%;
    margin-left: 30%;
}

h3 {
    color: black;
    font-size: 30px;
    margin: 0;
    background-color: white;
    margin-right: 10%;
    margin-left: 10%;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

h4 {
  color: black;
  font-size: 20px;
  margin: 0;
  background-color: white;
  margin-right: 10%;
  margin-left: 10%;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.button {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: x-large;
    background-color: gray;
    height: .5in;
    white-space: normal;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19);
    white-space:nowrap;
}

.button:hover{
    background-color: darkgray;
}

.title {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: large;
    width: 1.25in;
    white-space: normal;
    background-color: white;
    box-shadow: white;
    border: none;
    font-weight: 500;
}

.box {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: large;
    background-color: lawngreen;
    width: 1.2in;
    height: 1.2in;
    white-space: normal;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.box2 {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: large;
    background-color: yellow;
    width: 1.2in;
    height: 1.2in;
    white-space: normal;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.box3 {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: large;
    background-color: white;
    width: 1.2in;
    height: 1.2in;
    white-space: normal;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.box4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: large;
  background-color: red;
  width: 1.2in;
  height: 1.2in;
  white-space: normal;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.center {
    margin-left: auto;
    margin-right: auto;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
  }
  
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .infoButton {
    text-align: center;
    background: none;
    font-size: 45px;
    cursor: pointer;
    border-width : 0
  }

  img {
    height: 320px;
    object-fit: contain;
  }

  a{
    color: black;
    text-decoration: none;
  }