
a{
    text-decoration: none;
}


@media only screen and (max-width: 1365px) {

    /* Adjust width to 75% on mobile devices */
    .container {
        width: 75%;
    }
}

@media only screen and (min-width: 1366px) {

    /* Adjust width to 25% on larger devices */
    .container {
        width: 25%;
    }
}