body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
}

.navbar-brand {
    font-size: 32px;
    padding: 0;
}

.top {
    background-image: url(../img/top.jpg);
    background-size: cover;
    height: 300px;
}


.aboutme-right {
    vertical-align: middle;
}

.skill-list {
    display: flex;
    justify-content: space-around;
}

.contact-list {
    display: flex;
    justify-content: space-around;
}

.sec-title-a {
    text-align: center;
    border-bottom: 2px solid black;
    padding-bottom: 3px;
    font-size: 32px;
    font-weight: bold;
}
.sec-title-b {
    text-align: center;
    border-bottom: 2px solid white;
    padding-bottom: 3px;
    font-size: 32px;
    font-weight: bold;
}

footer {
    font-size: 12px;
}