.down {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    width: 40%;
    margin: 0 auto;
    position: relative;

    background-image: url('/img/tdown.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

body {
    background-image: url('/img/duterte.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5); /* Black background with opacity */
}
