/* Global Styles */
body {
    font-family: 'Roboto', sans-serif;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}


section {
    padding: 60px 0;
}

#about img {
    max-width: 100%;
    height: auto;
}

.icon {
    color: #008cba;
}


.social-icons i {
    font-size: 1.5rem;
}
