body {
    /* background: #00091B; */
    background:rgb(255, 255, 255);
    color: #fff;
    width: 100%;
    height: 100%;
}

@keyframes fadeIn {
    from {top: 20%; opacity: 0;}
    to {top: 100; opacity: 1;} 
}

@-webkit-keyframes fadeIn {
    from {top: 20%; opacity: 0;}
    to {top: 100; opacity: 1;}       
}

.wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease;     
}

h1 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
}

.dot {
    color: #4FEBFE;
}

p {
    text-align: center;
    margin: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;    
}

.icons {
    text-align: center;     
}

.icons i {
    color: #00091B;
    background: #fff;
    height: 70px;
    width: 70px;
    padding: 2px;
    margin: 0 10px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all 200ms ease;
    text-decoration: none;
    position: relative;
}

.icons i:hover, .icons i:active {
    color: #fff;
    background: none;
    cursor: pointer !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    text-decoration: none;   
}

.logos {
    position: absolute;
    left: 50%;
    top: 65%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease;    
}

.logo {
    /* background-position: 0 0;  */
    /* width: 32px;  */
    /* height: 200px;  */
    display: inline-block;
    /* background: url('laku.png') no-repeat top left; */
}
/* 
.logo-laku { 
    background: url('laku.png') no-repeat top left;
    display: inline-block;
} 

.logo-kwb { 
    background: url('kwb.png') no-repeat top left;
    display: inline-block;
} 

.logo-swb { 
    background: url('swb.png') no-repeat top left;
    display: inline-block;
}  */