body {
    font-family: Arial, sans-serif;
}

.navbar-brand {
    font-size: 24px;
}

#home {
    min-height: 520px;
    display: flex;
    align-items: center;
}

#home h1 {
    color: #222;
}

#home p {
    color: #555;
    max-width: 650px;
}

#about p {
    font-size: 17px;
    line-height: 1.8;
}

footer {
    margin-top: 20px;
}
html,
body {
    overflow-x: hidden;
}