body {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
}

/* Bootstrap btn fixes */
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.center-me {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}
