html, body {
    height: 100%;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.bg-primary {
    background: linear-gradient(to bottom right, #ede9f5, #a0a0a1);
}

button:focus {
    outline: none;
    box-shadow: none;
}
