body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}

.navbar {
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: left;
}

.nav-brand {
    font-size: 20px;
    font-weight: bold;
}

.nav-items {
    list-style: none;
    padding-left: 0;
}

.nav-items li {
    display: inline;
    margin-left: 20px;
}

.nav-items a {
    color: white;
    text-decoration: none;
}

.content {
    text-align: center;
    padding: 50px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.button:hover {
    background-color: #45a049;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: auto;
    width: auto;
    word-wrap: break-word;
}
