@font-face {
    font-family: Commit;
    src: url(Commit.woff2) format('woff2');
}

html, body {
    height: 100%;
    margin: 0;
    font-family: Commit, "Consolas", monospace;
    overflow: hidden;
}

pre, a {
	font-family: Commit, "Consolas", monospace;
}

div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#lvs img {
	border: 1.5px solid deeppink; 
	width: 320px; 
	height: 240px;
}

body, pre {
    line-height: 1.25;
    color: #225e00;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: black;
    background: deeppink;
    border: 2px solid deeppink;
}

#best {
	color: yellow;
}

#apply {
    color: deeppink;
    display: inline-block;
    border: 1.5px solid deeppink;
    background: none;
}

#dlink {
	color: deeppink;
	border: none;
	text-decoration: underline;
	background: none;
}
