html {
    background-color: rgb(30,30,35);
    color: rgb(230,230,230);
    width: 98%;
    height:95%;
    display: flex;
    justify-content: center;
}

body {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    width: 100%;
    flex-grow: 1;
    background-color: rgb(45,45,50);
    position: relative;
    box-shadow: 1px 2px 10px 1px black;
}

#text-container {
    width: 100%;
    height: 100%;
    padding: 20px
}

h1 {
    position: absolute;
    top:0;
    left:10;
}

