a {
    color: red;
    text-decoration: none;
}
    
a:hover {
    // text-decoration: underline;
    padding-bottom: .2em;
    border-bottom: solid 1px;
}


body {
	font-family: monospace;
	font-size: 22px;}
	
h1 {
	font-family: monospace;
	font-weight: normal;
	font-size: 22px;}

div {
	margin-left: auto;
    margin-right: auto;
    width: 450px;}

img {
	max-width: 100%;}
	
.text {
	font-size: 22px;
	width: 450px; }

