body {
    background-image: url("/assets/images/windows-xp-hd.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#conteners {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    max-width: 130px;
}
