body {
    margin: 0;
    font-family: monospace, sans-serif;
}

.topbar {
    background-color: #222;
    color: white;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 15px 30px;
}

.topbar {
    background: #2d5a27;
    border-bottom: 4px solid #1d3a19;
    color: white;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.topbar nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
}

.topbar nav a:hover {
    color: #4CAF50;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.rip {
    color: red;
    font-size: 20mm;
    font-family: 'Times New Roman', Times, serif;
}