body, html {
    height: 100%;
    margin: 0;
}
  
.container {
    background-image: url("../images/bg.png");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    margin: auto;
    max-width: 780px;
    /* font-size: 23px; */
    font-size: 1.45rem;
    padding: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.6;
    text-align: center;
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 450px; */
    max-width: 370px;
    padding: 0 25px;
    padding-top: 5%;
}
.logo img{
    /* margin-top: 20%; */
    width: 100%;
}
.footer{
    position: absolute;
    bottom: 2%;
    right: 1.5%;
}
.footer img{
    width: 190px;
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
    .center {
        font-size: 1.1rem;
    }
 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
    .center {
        font-size: 1.2rem;
    }
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
    .center {
        font-size: 1.3rem;
    }
 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
    .center {
        font-size: 1.4rem;
    }
 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
    .center {
        font-size: 1.4rem;
    }
 } 