* {
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Poppins';
}

.parent {
    height: 100%;
    width: 100%;
    background-image: url('/static/images/Background-image.png');
    background-size: cover;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    position: relative;
}

.logo_text {
    margin: 7.5%;
}

.emoscape-title {
    font-size: 4.1vmin;
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    margin: 40px 0 20px;
    font-family: 'Poppins';
    display: block;
    color: white;
}

.emoscape-para {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Poppins';
    color: white;
}

.parent_page_2 {
    display: block;
    margin: auto;
    position: relative;
    background-color: #000;
    color: #fff;
}

.container {
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

table:not(#contact_tbl):not(#footer_tbl):not(#tbl_top_links) td {
    width: 50%;
    text-align: center;
    padding: 60px;
}