body {
    background-color: #333;
    background-image: url('/img/bg.jpg');
    background-size: cover;
    background-position: left bottom;
    color: #c3c3c3;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#logo {
    width: 80%;
    max-width: 380px;
    height: auto;
    display: block;
    margin: 0 auto;
}

h4{
    color: orange;
    font-size: 0.8rem;
}

.centraliza {
    text-align: center;
}

.copyright {
    font-size: 11px;
    text-align: center;
    margin-top: 50px;
}