body{
    height: 100vh;
    width: 100vw; 
    margin: 0; 
    padding: 0;
    background-image: url('images/bg-page.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.logo-confedetax{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 10px 30px;
}