body {
    background: url("../images/bg3.jpeg");
    background-size: 150vw 120vh;
    background-position: rigth;
    background-repeat: no-repeat;
    color: white;
    margin: 0;
    /* The image used for background */
}

.logoR{
    border: 3px solid #202449;
}

.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: #202449 !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: #101225 !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: #202449 !important;
}

.bottom span {
    color: white;
}

.bottom svg {
    stroke: #000000;
    fill: #1EA1CB;
}

@media (min-width: 768px) {
    .link {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:1024px) {
	
    body {
        background: url("../images/bg3.jpeg");
        background-size: 100vw 150vh;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        margin: 0;
        /* The image used for background */
    }

}