testestyle.css

li{list-style: none;
}
body{
    font-size:25px;
}
a{text-decoration: none;
    height: 30px;}

        .logo{ margin-top: -37px;
            width:100px;
        }
            *{margin:0;
                padding:0;}
            .menu ul {
                list-style:none;
                position:relative;
            }
            .menu{
                width: 1920px;
                height:70px; 
                background-color:rgb(0, 39, 118);
                font-family:arial;
                font-size: 25px;
            }
            .menu li a{
                padding:20px;
                display:block;
                text-decoration:none;
                text-align:center;
                background-color:rgb(0, 39, 118);
                color:#ffff;
            } 
            .menu a:hover{ 
                background-color:#ffff;
                color:rgb(0, 39, 118);
            }
            .menu ul li{ 
                width:320px;
                float:left;}
            
            .menu ul li:hover ul{
                height:auto;
                max-height:300px;
            }
            .Horizontal{
                    display: block;
                }
                ul li {
                    display: inline-block;
                    position: relative;
                }

                ul li ul.Horizontal{
                    width: 100%;
                    background: #ffff;
                    position: absolute;
                    z-index: 999;
                    display: none;
                }
            
        
                ul li:hover ul.Horizontal { 
                    display: block;
                }
                .tit{
                    font-size: 36px;
                    text-align: center;
                }
                .im1{
                    width: 500px;
                    height: 400px;
                    display: flex;
                    justify-content: center;
                    margin-left: auto;
                    margin-right: auto;
                }
                .hist1{
                    text-align: center;
                }
                .im2{
                    width: 400px;
                    height: 400px;
                    display: flex;
                    justify-content: center;
                    margin-left: auto;
                    margin-right: auto;
                }

                .hist2{
                    text-align: center;
                }
                .im3{
                    width: 350px;
                    height: 360px;
                    display: flex;
                    justify-content: center;
                    margin-left: auto;
                    margin-right: auto;
                }
 
            .hist3{
                text-align: center;
            }
            .EUAT{
                font-size: 36px;
                text-align: center;
            }
            .EUA{
                text-align: center;
            }
            .im4{
                width:300px;
                height: 400px;
                margin-left: 375px;
            }
            .im5{
                width:300px;
                height: 400px;
                margin-top: -10px;
                margin-left: auto;
                margin-right: auto;
            }
            .im6{
                width:300px;
                height: 400px;
                
                margin-left: auto;
                margin-right: auto;
            }
            .im7{
                width:300px;
                height: 400px;
                margin-left: auto;
                margin-right: auto;
            }
            .Paisest{
                font-size: 36px;
                text-align: center;
            }
            .paises{
                text-align: center;
            }
            .Regrast{
                font-size: 36px;
                text-align: center;
            }
            .regras{
                text-align: center;
            }
            .Referencias{
                font-size: 36px;
                text-align: center;
            }
            .expologo{
                height: 75px;
                width: 75px;
            }
            .alcinalogo{
                height: 75px;
                width: 75px;
            }
            .Rodapé{
                position: relative;
                left: 0;  
                bottom: 0;
                width: 1920px;
                color: #ffff;
                justify-content: space-around;
                background-color: #002776;
                padding: 20px;
                text-align:center;
                display: flex;
                font-size: 25px;
              }
        