@font-face {
    font-family: 'futura-bold';
    src: url('https://abraapps.com/fonts/futura-bold.otf') format('opentype');
}

body {
    font-family: futura-bold;
    font-size: 64;
    background-color: rgb(250, 250, 250);
}

p {
    margin: 5;
    white-space: nowrap;
}

.center {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.singbot-accent-text {
    color: rgb(118, 65, 245);
}

.app-store-badge {
    margin-left: 5px;
    width: 260px;
}
