body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f1f1f1;
    margin: 0;
    padding-bottom: 60px;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
}

/* Google Fool letter colors */
.g  { color: #4285F2; }
.o1 { color: #FBBC03; }
.o2 { color: #EA4333; }
.g2 { color: #4285F2; }
.l  { color: #34A851; }
.e  { color: #EA4333; }
.f  { color: #4285F2; }
.o3 { color: #FBBC03; }
.o4 { color: #EA4333; }
.l2 { color: #34A851; }

.search-container {
    display: flex;
    align-items: center;
    background: white;
    padding: 10px;
    border-radius: 24px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    width: 400px;
}

.search-bar {
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    padding: 5px;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #4285F4;
    padding: 5px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    color: black;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.visitor-counter {
    font-family: 'Courier New', monospace;
    font-size: 32px;
    color: black;
    padding: 10px;
}
