charset 'utf-8';

html { 
    position: relative;
}
body {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    text-align: center;
}
h1 {
    color: black;
}
