@import url('https://fonts.googleapis.com/css2?family=Rubik+Wet+Paint&display=swap');

body {
	background: #000000;
	background-size:cover;
	min-height: 100vh;

}


#wrapper {
	width:100%;
	margin:0 auto;
	background-color:none;
    margin-top: 50px;

h1 {
	
	font-size:60px;
    color:#ff0000;
    font-weight:bold;
	margin-bottom:2em;
	font-family:Rubik Wet Paint, helvetica, arial;
}

p{
	
	font-size:40px;
    color:#ffffff;
    margin:5em auto;
	

}
}

#restart {
    text-align: center;
	background-color:#161616d0;
	font-size:25px;
	width:10em;
    float:right;
	
}

#restart a{
	color:#ff3939;
	font-weight:bold;
	text-decoration: none;
}
#restart a:hover{
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}


#name{

	color:rgb(166, 240, 240);
}

#name2{

	color:rgb(166, 240, 240);
}

#name3{

	color:rgb(166, 240, 240);
}