body{
      background: #b2f7ef;
      background-image: linear-gradient(#b2f7ef, #f7d6e0);
      background-repeat: no-repeat;
      background-size: cover;
      font-family: 'Trebuchet MS';
      font-size: 16px;
      color: #9F2B68;
  }

  .box{
    background-color: #fcd6df;
    border: 2px solid #9F2B68;
    min-width: 750px;
    max-width: 900px;
    max-height: 1000px;
    box-shadow: 5px 5px rgba(214, 147, 159, 50%);
  }

  .right {
    display: inline-block;
  }

  .facts {
    margin: auto;
  }

  .oc{
    display: inline-block;
    margin-bottom: 75px;
  }

  h2{
    margin-left: 25px;
    margin-right: 25px;
  }

  p {
    margin-right: 25px;
    margin-left: 25px;
  }

  a:link {
      color: #9F2B68;
  }

  a:visited {
      color: #9F2B68;
  }

  a:hover {
      color: #9F2B68;
  }

  a:active {
      color: #9F2B68;
  }
