.top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    background-color: black;
    width: 100%;
    height: 50%;
}

.bottom {
    background-color: #0084ac;
    width: 100%;
    height: 10%;
    text-align: center;
}

.img-footer {
    padding-top: 70px;
    padding-left: 80px;
}

.img-footer p {
    width: 400px;
}

.link {
    display: flex;
    padding-top: 20px;
    margin-left: 80px;
    flex-direction: column;
    margin-top: 10%;
}

.link p {
    font-size: larger;
}

.link a {
    color: white;
    text-decoration: none;
}

.link a:hover {
    text-decoration: none;
    color: white;
}

.sosmed {
    padding-top: 60px;
}

.sosmed-content {
    display: flex;
}

.sosmed p {
    font-size: larger;
    margin-left: 10px;
}

.sosmed a {
    color: white;
    text-decoration: none;
}

.sosmed a:hover {
    text-decoration: none;
    color: white;
}

@media (max-width: 400px) {
    .top {
        height: auto;
    }

    .img-footer {
        margin-top: 10px;
    }

    .img-footer p {
        width: 300px;
    }

    .link {
        margin-top: -20px;
        margin-left: 80px;
    }

    .sosmed {
        margin-left: 70px;
        margin-bottom: 30px;
    }
}
