@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

html,
body {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #f9eeda;
    background-image: url(../img/nss-comingsoon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.container {
    display: table-cell;
    position: relative;
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
    
}

.claime {
    font-family: 'Poppins', sans-serif;;
    font-weight: 500;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 0;
    padding: 0 5px;
    font-weight: 500;
    margin-top: 30px;
}

footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;;
    font-size: 15px;
    font-weight: normal;
    padding: 0 5px;
    z-index: 9999999;
}