/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-image: url("../img/new_background.jpg");      
      background-size: cover;
    }
    
    effect-1 {
        color: white;
        text-shadow: 8px 8px 8px #000000;
        font-size: 450%
    }
    
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
        position: fixed;
        top: 0;
        width: 100%;
    }

    li {
        float: left;
    }

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    li a:hover:not(.active) {
        background-color: #111;
    }

    .active {
        background-color: #4CAF50;
    }

    .total {
      padding:100px;
      margin-top:100px;
      height:600px;
    }

    .main {
      font-family: Arial,Verdana,sans-serif;
      color: #FFF8DC;
      text-shadow: 10px 10px 10px #000000;
      font-size: 150%;
    }

    .center {
      display: block;
      text-align: center;
    }

    .footer {      
      text-align: center;
      color: white;
      text-shadow: 10px 10px 10px #000000;
      font-size: 250%
    }