* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Malgun Gothic", Arial, sans-serif;
    background: #111b2a;
    color: #ffffff;
}

button,
input {
    font-family: inherit;
    font-size: 16px;
}

button {
    cursor: pointer;
}

.brand-label {
    color: #3b82f6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
}