.TituloProjetos {
    background-color: brown;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    color: antiquewhite;
}

.Projetos span :hover{
    background-color: #141a17;
    color: aliceblue;
    border-bottom:4px solid #00ea14;
}

.Projetos a{
    text-decoration: none;
    color: black;
    text-align: center;
}

.Projetos img{
    width: 100px;
    height: 100px;
}

.container, .container-overflow{
        border: 2px solid rgb(2, 2, 2);
    }
  
  .floating{
        background-color: #ffffff;
        width: 100px;
        height: 100px;
        float: left;
        padding: 10px;
    }

  .ProjNome{
        padding: 5px;
        font-size: 20px;
    }

  .container a{
        border-radius: 15px;
        background-color: #141a17;
        color: #ffffff;
        margin-top: 15px;
        padding: 8px;
    }
  
  .clear{
        clear: both;
    }

    footer{
        /*Ajuste de Posição*/
        position: absolute;
        bottom: 0;
    
        /*Ajuste de Tamanho*/
        height: 60px;
        width: 99.9%;
        margin: 0;
        padding: 1px;
    
        /*Ajuste de Aparencia*/
        background-color: rgb(25, 194, 180);
        color: rgb(255, 255, 255);
        text-align: center;  
        font-style: oblique;
        
    }