@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.btn {
    background-color: #808080;
    border-radius: 24px;
}

body {
    margin: 12px;
    color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: "Courier Prime", monospace;
}

.funnybox {
    background-color: #000000;
    outline: 4px double #ffffff;
    padding: 12px;
}

.row {
    min-height: 200px;
}

footer {
    position: fixed;
    align-content: center;
    align-items: center;
    align-self: center;
    bottom: 0;
    padding: 12px 22px;
    padding-left: 0;
    width: 100%;
    z-index: 1000;
    .funnybox {
        min-height: 240px;
        align-content: center;
        align-items: center;
        align-self: center;
    }
}

.me {
    height: 100%;
}

.choices {
    align-content: center;
    text-align: center;
    padding: 24px;
    a {
        color: #ffffff;
        padding: 24px;
    }
}