
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

input {
    background: #efefef;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
}

input:focus {
    background: #e2e2e2;
}

.logo {
    font-family: 'Billabong', cursive;
}
