 h1,h3{
                color: white;
            }
            h4{
                color: white;
                margin-top: 15%;

            }
            .icon{
                width:39.7px;
                height:32px;
            } 
            
            
            
            
            
            .menu{
               margin-left: 17%;
                background: red;
                list-style: none;
                width: 960px;
            }
            .menu a{
                color: #00FF00;/*=== COR DA FONTE DO MENU===*/
                text-decoration: none; 
                display: block;
                cursor: pointer;
                font-size: 10px time new roman;
                letter-spacing:0.1em;
                margin: 5px;
            }

            .menu  li{
                background: black;
                float: left;
                position: relative; 
                padding: 3px 4px;
                border-top: 1px solid #555;
            }

            .menu li  a {
                padding: 4px;
                margin: 0 20px;
                background: black;
            }

            .menu li:hover a {
                background: white;/*=== ===*/
                color: black;
                float: none;
                font-size: 12px time new roman; 
            }
            .menu  li:hover  {
                display: block; }

            footer{
              
                margin-top: 15%;
                width: 100%;
                height: 100%;
            }

            .email1{
                position: absolute;
                color: white;
                margin-top: 6%;
                margin-left: 34%;
                width: 200px;
                height: 100px;
                background-color: black;
                z-index: 100;
            }
            .email2{
                position: absolute;
                color: white;
                margin-top: 6%;
                margin-left: 52%;
                width: 200px;
                height: 100px;
                background-color: black;
                z-index: 100;
            }
            .voltar{
                margin-top: 0%;
                margin-left: 80%;
                height: 50px;
                width: 70px;
                position: absolute;
            }
            .ft{
                border-radius: 50%;
            }