* {
    margin: 0;
    padding: 0;
    font-family: Comfortaa, calibri, tahoma, verdana;
    color: #666666;
    letter-spacing: 3px;
    line-height: 14px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

body {
    background-color: white;
    text-align: center;
}

body table {
    /* border: 1px solid red; */
}

body table tr td {
    vertical-align: middle;
    text-align: center;
}

.top-table {
    text-align: center;
    height: 100vh;
    width: 100vw;
}

.inner-table {
    display: inline-table;
}

.inner-table-cell {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0);
    border: none;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
    margin: 0;
    padding: 5px;
    padding: 20px 50px;
}

.slogan-2 {
    font-size: 20px;
    font-size: 18px;
    /* line-height: 30px; */
    /* font-style: italic; */
    padding-top: 20px;
    font-weight: 100;
}