.back {
    background-image: radial-gradient(#ffffff1a 1.5px, #0000 0), radial-gradient(#ffffff1a 1.5px, #0000 0);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    background-color: #0f172a;
}

.white {
    color: #FFF !important;
}

.img-glispa {
    width: 100%;
    height: auto;
}

.link {
    width: 13%;
    height: auto;
    margin-right: 10rem;
}

.infos {
    text-align: center;
    margin-top: 12rem !important;
}

@media screen and (max-width: 600px) {
    .header {
        display: flex !important;
        width: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header a {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header img {
        width: 40%;
        height: auto;
        margin-right: unset;
        padding-bottom: 2rem;
        margin-left: 10rem;

    }

    .contatos {
        width: 100%;
        font-size: 1.5rem;
    }

    .infos {
        font-size: 1.6rem !important;
    }
}