body {
    background: url("../images/bg2.jpg");
    background-size: 100vw 110vh;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    /* The image used for background */
}

.container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w3-theme-l1 {
    color: #fff !important;
    background-color: #1EA1CB !important;
}

.links-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.links-container a {
    width: 80%;
}

.w3-theme-l1:hover {
    background-color: #1880a3 !important;
    color: white!important;
}

.margin-top-2 {
    margin-top: 32px;
}

.bottom {
    width: 100%;
    text-align: center;
    width: auto;
    font-weight: bolder;
}

.w3-pink, .w3-hover-pink:hover {
    color: #fff !important;
    background-color: #1EA1CB !important;
}

.bottom span {
    color: white;
}

.bottom svg {
    stroke: #1EA1CB;
    fill: #1EA1CB;
}

@media (min-width: 768px) {
    .link {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}