@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');
@import url('https://unpkg.com/css.gg@2.0.0/icons/css/play-button-o.css');
@import url(https://icofont.com);


* {
    font-family: "Pixelify Sans", sans-serif;
}

body {
    margin: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    font-family: "Pixelify Sans", sans-serif;
    background-color: black;
    color: #fff;
    padding: 0;
}

.navbar {
    overflow: hidden;
    background-color: rgba(100, 99, 99, 0.7);
    font-family: "Pixelify Sans", sans-serif;
    }
    .navbar a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        transition: background-color 0.3s;
        font-family: "Pixelify Sans", sans-serif;
    }
    .navbar a:hover {
        border: 1px solid #4d0303;
    }
    /* Estilos para os itens que aparecerão ao passar o mouse */
    .dropdown {
        float: left;
        overflow: hidden;
    }
    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 20px;
        background-color: inherit;
        margin: 0;
    
    }
    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: #ddd;
        color: black;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        background-color: rgba(100, 99, 99, 0.7);
        color: #fff;
        border: 1px solid #4d0303;
    }
    .dropdown-content a {
        float: none;
        color: black;
        background-color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .dropdown-content a:hover {
        background-color: black;
        color: white;
        border: solid 2px #fff;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    
    /* footer */
    
    footer {
        background-color: rgba(100, 99, 99, 0.7);
        backdrop-filter: saturate(180%) blur(20px);
        font-size: 10px;
        top: 0px;
        bottom: 0px;
        height: 125px;
        width: 100%;
        align-items: center; 
        justify-content: center;
        border: 1px solid #ffffff;
      }
      
      .social-footer {
        font-size: 10px;
        display: flex;
        justify-content: center;
      }
    
    .social-footer a {
        text-decoration: none;
        color: white;
    }
    
    .social-footer a:hover {
        color: #000000;
        border: solid 2px #fff;
    }


    /* footer */

footer {
    background-color: rgba(100, 99, 99, 0.7);
    backdrop-filter: saturate(180%) blur(20px);
    font-size: 10px;
    top: 0px;
    bottom: 0px;
    height: 125px;
    width: 100%;
    align-items: center; 
    justify-content: center;
    border: 1px solid #ffffff;
  }
  
  .social-footer {
    font-size: 10px;
    display: flex;
    justify-content: center;
  }

.social-footer a {
    padding: 0px 0px 0px 10px;
    text-decoration: none;
    color: white;
}

.social-footer a:hover {
    color: #000000;
    border: solid 2px #fff;
    background-color: gray;
}

a {
    text-decoration: none;
}