@font-face { font-family: HomeVideo; src: url('../fonts/HomeVideo.ttf'); } 
@font-face { font-family: HomeVideoBold; src: url('../fonts/HomeVideoBold.ttf'); } 

html, body {
    font-family: HomeVideo;
    font-size: 22px;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    overflow: hidden;
    color: white;
    image-rendering: pixelated;
}

button {
    font-family: inherit;
    border: none;
    outline: none;
}

button:not(:disabled):not(.cardInPlayerHandButton):hover {
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}