@font-face {
    font-family: 'OpenDyslexic';
    src: url(./resources/openDsylexic.otf) format('opentype');
}

table {
    border-collapse: collapse;
    width: 600px;
    background-color: #282c35;
}

body {
    font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
    background-color: #1e1f26;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    text-align: center;
    color: #fefefe;
    min-height: 60px !important;
}

td {
    padding: 10px;
    border: 1px solid #444;
    min-width: 150px !important;
    height: 120px !important;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #fefefe;
    white-space: pre-line;
    background-color: #32353e;
}
.dsylexicButton {
    margin-top: 2rem;
    font-family: 'OpenDyslexic' !important;
    background-color: #32353e;
    color: #fefefe;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 1rem;
    filter: drop-shadow(0px 0px 5px #ebd2ad);
    cursor: pointer;
    user-select: none;
}