.lato {
    font-family: 'Lato', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f9bab3;
}

.logoseby {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
}

.logoseby img {
    width: 200px;
    height: auto;
}

.sosmed {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
    color: white;
    font-size: 13px;
}

.ket {
    margin-bottom: 5px;
    color: black;
    font-size: 13px;
}

.ul1 {
    left: 40%;
}

.ul2 {
    left: 60%;
}

ul {
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

ul li a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: 0.5s;
}

ul li a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

ul li a .fa {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #ddd, #fff);
    border-radius: 50%;
    line-height: calc(50px - 12px);
    font-size: 24px;
    color: #262626;
    transition: 0.5s;
}

ul li:nth-child(1) a:hover .fa {
    color: #3b5998;
}

ul li:nth-child(2) a:hover .fa {
    color: #e4405f;
}

ul li:nth-child(3) a:hover .fa {
    color: #008000;
}

ul li:nth-child(4) a:hover .fa {
    color: #008000;
}

ul li:nth-child(5) a:hover .fa {
    color: #008000;
}

ul li:nth-child(6) a:hover .fa {
    color: #008000;
}

/* For Desktop */
@media only screen and (min-width: 768px) {
    .lato {
        font-family: 'Lato', sans-serif;
    }
    
    body {
        margin: 0;
        padding: 0;
        background-color: #f9bab3;
    }
    
    .logoseby {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
        display: flex;
    }
    
    .logoseby img {
        width: 300px;
        height: auto;
    }
    
    .sosmed {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
        display: flex;
        color: white;
        font-size: 13px;
    }
    
    ul {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
        display: flex;
    }
    
    ul li {
        list-style: none;
    }
    
    ul li a {
        position: relative;
        width: 50px;
        height: 50px;
        display: block;
        text-align: center;
        margin: 0 10px;
        border-radius: 50%;
        padding: 6px;
        box-sizing: border-box;
        text-decoration: none;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        background: linear-gradient(0deg, #ddd, #fff);
        transition: 0.5s;
    }
    
    ul li a:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        text-decoration: none;
    }
    
    ul li a .fa {
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(0deg, #ddd, #fff);
        border-radius: 50%;
        line-height: calc(50px - 12px);
        font-size: 24px;
        color: #262626;
        transition: 0.5s;
    }
    
    ul li:nth-child(1) a:hover .fa {
        color: #3b5998;
    }
    
    ul li:nth-child(2) a:hover .fa {
        color: #e4405f;
    }
    
    ul li:nth-child(3) a:hover .fa {
        color: #008000;
    }

    ul li:nth-child(4) a:hover .fa {
        color: #008000;
    }
    
    ul li:nth-child(5) a:hover .fa {
        color: #008000;
    }
    
    ul li:nth-child(6) a:hover .fa {
        color: #008000;
    }
}