body {
	background-color: powderblue;
    font-family: Arial, sans-serif;
    font-size: 1rem;
}

.reflex h1 {
	text-align: center;
	font-family: Arial;
}

.reflex p {
	font-family: Arial;
}

.reflex {
	max-width: fit-content;
	margin-inline: auto;
}

.reflex textarea {
	font-family: monospace;
	background-color: wheat;
	border-radius: 3px;
	border-color: lightgrey;
	resize: none;
	font-size: 14px;
	position: relative;
	display: block;
	white-space: pre;
}

.reflex button {
	float: right;
}

.reflex pre {
	display: block;
}

main,
footer {
    margin: 0 auto 1.875rem;
    max-width: 75rem;
    padding: 0 1.5rem;
}

footer {
    text-align: center;
}

.footer {
	line-height: 1.25;
}

a {
    color:rgb(56, 79, 255);
    text-decoration:none;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:rgba(56, 79, 255, 0.3)
}

a:visited {
    color:#bb5ce3;
    border-bottom-color:rgba(187,92,227,0.3)
}

a:hover {
    color:red;
    border-bottom-color:rgba(255,0,0,0.3)
}
