.footer02 {
    color: #808080;
    background: #e5e5e5;
    text-align: center;
    padding: 30px;
   }
   .footer02 a {
    color: #808080;
    text-decoration: none;
   }
   .footer02 a:hover {
    text-decoration: underline;
   }
   .footer02 .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   }
   .footer02 .menu li {
    margin-top: 2%;
    padding: 0 20px;
    font-size: x-large;
   }
   .footer02 .copyright {
    margin: 0;
    padding: 20px 0 0 0;
   }
   .footer02>h2{
    font-weight: normal;
    padding-bottom: 20px;
   }