* {
	font-family: Arial, sans-serif;
}

#oneko span {
	position: relative;
	top: -1rem;
}

.top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    background: #f4f4f4;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

h1 {
    margin: 0;
    font-size: 1.3em;
}

p {
    margin: 0;
}

button {
    margin-left: relative;
}
