    .topnav {
        background-color: rgba(253, 143, 216, 0.664);
        margin: auto;
        overflow: hidden;
    }
    .topnav a {
        display: block;
        color: whitesmoke;
        text-align: left;
    }
    .topnav a:hover {
        border-bottom: 3px solid rgb(255, 255, 255);
    }
    .WIP {
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        width: 1000px;
        height: 750px;
        border: 10px solid rgba(253, 143, 216, 0.664);
        margin: auto;
     }
     .title-text {
        padding: 10px;
     }
     .screencap {
      width: 250px;
      height: auto;
     }
     .contact-info  {
        text-align: center;
     }
     body {
        background-image: url("https://i.pinimg.com/originals/5b/5c/1c/5b5c1c641c6bfe854d9c65ce0b4426e2.gif");
        background-repeat: no-repeat;
        background-size: 1920px;
      }
     .footer {
        text-align: center;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
     }