html {
    position: relative;
}

body {
    margin-bottom: 130px;
    margin-top: 30px;
}

.jumbotron img {
    width: 200px;
    border: 5px solid #666;
}

hr {
    width: 250px;
    border-top: 3px solid #666;
}

section {
    min-height: 600px;
}

.portfolio {
    background-color: #eee;
}

.contact {
    min-height: 800px;
}

.sosmed {
    background-color: #eee;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    background-color: rgb(11, 164, 202);
    padding-top: 30px;
}

footer p {
    color: #ffff;
    font-size: 1em;
}

footer a {
    color: rgb(245, 177, 50);
}

footer p i {
    color: salmon;
}