
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	padding: 70px 10px;
}

h1 {
    line-height: 40px;
    font-size: 40px;
    margin: 0 0 50px 0;
    color: #d50000;
}

p {
    margin: 10px 0;
}

#wrapper {
	width: 600px;
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
}

#icon {
    fill: #d50000;
}

#message {
	position: relative;
	padding: 15px 30px;
	background: #eee;
	border-radius: 4px;
    font-weight: bold;
    margin-bottom: 30px;
}
#message small {
	font-weight: normal;
	opacity: 0.5;
}

#public {
	color: #999;
	font-size: 12px;
	margin-bottom: 20px;
}

#link {
	color: #333;
    font-size: 0.9em;
    background: #ddd;
    padding: 8px 14px;
    border-radius: 4px;
    transition: 0.3s;
    text-decoration: none;
}
#link:hover {
    background: #eee;
}
