  /* Brandon added these following style cues */
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }  

  .custom_link {
    font-size: 25px;
    /* text-decoration: none;
    color: #000080; */
  }

  p {
    font-size: 15px;
  }