body {
    background-color: #ebf4fe;
}
.logo {
    height: 24px;
}

@media (max-width: 768px) {
    .pc-only {
        display: none;
    }
}
