@font-face {
    font-family: Fira;
    src: url(FiraMono.ttf);
}

@font-face {
    font-family: Space;
    src: url(SpaceMono.ttf);
}

@font-face {
    font-family: Ios;
    src: url(Iosevka.ttf);
}

html, body {
    height: 100%;
    margin: 0;
}

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

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

body, pre {
    font-family: Space;
    line-height: 1;
    font-size: 1.1em;
    color: darkolivegreen;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: deeppink;
    font-family: ios;
}

#apply {
    color: blue;
    display: inline-block;
    border: 1.5px solid black;
}

#n {
    color: darkmagenta;
}

#k {
    color: olive;
}
