* {
	margin: 0px;
	padding: 0px;
 	overflow-y: hidden; /* Hide vertical scrollbar */
 	overflow-x: hidden; /* Hide horizontal scrollbar */
}



html {
    min-height: 100%;
    background:
        radial-gradient(transparent, black),
        url("https://rust.darknet.dk/bg.gif");
    background-size: cover;
}

#maintext {
    text-align: center;
    color: white;
    height: 200px;
    width: 600px;
    padding: 0;
    margin: 0;
    line-height: 200px;
}
