body {
    margin: 0;
    padding: 0;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../imagens/vintage-historical-old-diver.jpg");
    background-repeat: no-repeat, no-repeat;
}


p{
    color: white;
    padding-top: 0;
}

/* Lógica de posicionamento dos eixos x & y */
.table {

    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #0b0000;
    margin: 20px;
    overflow: hidden;
    cursor: none;
}

.table:hover>.x,
.table:hover>.y {
    opacity: 1;
}

.x {
    transition: opacity 1s;
    opacity: 0;
    position: absolute;
    height: 3px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ff0202;
}

.y {
    transition: opacity 1s;
    opacity: 0;
    position: absolute;
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ff0202;
}


.container_sobre{
    display: block;
    margin-top: 2%;
    width: 100%;
    height: 100px;
    background-color: white;
}

.construcao {
        
    /* background-: white; */
    color: white;
    /* bottom: 0; */
    position: static;
    width: 100%;
    text-align: center;

}
