
body, html 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;

    overflow: auto;          /* allows scrolling if needed */
    scrollbar-width: none;   /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

body::-webkit-scrollbar {  /* Chrome, Safari, Edge */
    display: none;
}

.text-container
{
    text-align: center;
    padding: 0;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; 
    position: absolute;
    top:10%;
    color: #bab7d894;
}
.header
{
    margin: 0 auto;
    font-size: 53px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.863);
    stroke-width: 3px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.425);
}

.game
{
    top:1000px;
}