@font-face {
    font-family: 'better-vcr_0';
    src: url('../fonts/better-vcr_0.ttf');
}
body {
    font-family: 'better-vcr_0', sans-serif;
    background-color: #C297F5;
    background-image: url(../img/stars.png);
}

h1 {
    text-align: center;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
}

table,
td {
    border: 1px solid #333333;
    border-collapse: collapse;
    background: #97D3F5;
}

.table {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

td {
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
}

.words {
    background: white;
    visibility: hidden;
}

.clues {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.clues li {
    font-size: 20px;
}

sup {
    color: #333333;
    visibility: visible;
}

td:empty {
    background: black;
}

tbody {
    text-align: center;
    background: white;
}

input {
    width: 500px;
    height: 30px;
    border-radius: 5px;
}

input::placeholder {
    font-family: 'better-vcr_0';
}

input[type="text"] {
    color: rgb(13, 13, 14);
    font-family: 'better-vcr_0';
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
