html {
        height:100%;
}
body {
        color: #fff; 
        margin: 0;
        font-family: monospace;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        height: 85%; 
        background-color: #fff;
}
h1 {
        margin-top: 100px;
        font-size: 55px;
}
.domain {
        position: absolute; 
        text-align: center; 
        width: 100%; 
        margin-left: -50%; 
        top: 42.5%;
        left: 50%;
	font-size: 2em;
}
p {
        margin: 0;
}
.centered {
	text-align: center;
}
img {
    filter: brightness(0) invert(1);
}

