 body {
        font-family: Tahoma;
        font-size: 14px;
        color:black;
        text-align: center;
        background-color: #b30059;
      }
      h1{
        color: white;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      }
      h2{
        color: white;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      }
      h3{
        color: white;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      }
      .bigimg {
        position: fixed;
        right: 30px;
        top: 0px;
        height: 750px;
      }
      .header {
        text-align: center;
        border: 5px solid #000000;
        padding: 25px;
        margin: 25px 100px;
        background-color: #078930;
        max-width: 600px;
      }
      .main {
        text-align: left;
        border: 5px solid #000000;
        padding: 25px;
        margin: 25px 100px;
        background-color: #FCDD09;
        max-width: 600px;
      }
      .graphics {
        text-align: left;
        border: 5px solid #000000;
        padding: 25px;
        margin: 25px 100px;
        background-color: #078930;
        max-width: 600px;
      }
      .movies {
        text-align: left;
        border: 5px solid #000000;
        padding: 25px;
        margin: 25px 100px;
        background-color: #FCDD09;
        max-width: 600px;
      }
      .image {
        text-align: left;
        border: 5px solid #000000;
        padding: 25px;
        margin: 25px 100px;
        background-color: #DA121A;
        max-width: 600px;
      }
      .footer {
        border: 5px solid #000000;
        padding: 25px;
        margin: 25px 100px;
        background-color: #DA121A;
        max-width: 600px;
        text-align: center;
      }
      td {
        border: 3px solid #000000;
        padding: 5px 10px;
        text-align: center;
        align-items: center;
      }
      .tooltip {
        position: fixed;
        left: 5px;
        display: inline-block;
        }
      .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        }
      .tooltip:hover .tooltiptext {
        visibility: visible;
        }