* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    position: relative;
}

body {
    background-color: black;
    margin: 0 auto;
}

header {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

a {
    text-decoration: none;
    color: black;
}

.main-container {
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 30px;
}


.container {
    color: #FFFFFF;
    text-align: center;
}

main {
    text-align: center;
}

.icon-tshirt {
    padding-bottom: 60px;
}

.icon-tshirt img {
    width: 60px;
}

.logo-image img {
    width: 220px;
}            

h1 {
    font-family: 'Lobster', cursive;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #FFFFFF;
}

h2 {
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #FFFFFF;
}

footer {
    font-family: 'Mukta', sans-serif;
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
}

#div-gpt-ad-1568312320708-0 {
    width: inherit !important;
    margin: 0 auto;
    margin-top: 20px;
}

div.GoogleActiveViewElement {
    display: block;
    text-align: center;
}

.adsense-ad {
    padding-bottom: 20px;
}

.row {
    display: table;
    margin: 0 auto;
    max-width: 450px;
}

.row > div {
    display: table-row;
}

.description {
    font-family: 'Lobster', cursive;
    font-size: 23px; 
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;    
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;    
    color: white;
    text-align: justify;
    margin-bottom: 20px;
}

.column:first-child {
    margin-right: 2px;
}

.column:last-child {
    margin-left: 2px;
}

.column:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 200px) and (max-width: 640px) {
    .icon-tshirt img {
        width: 50px;
    }

    .description {
        font-size: 18px;
        padding: 0 30px;
    }

    .logo-image img {
        width: 180px;
    }

    .icon-tshirt {
        padding-bottom: 30px;
    }
}