::selection {
  color: green;
  background: #cef495;
}

@font-face {
    font-family: Courier Prime;
    src: url(../assets/fonts/CourierPrime/CourierPrime-Regular.ttf);
}
@font-face {
    font-family: Courier Prime;
	src: url(../assets/fonts/CourierPrime/CourierPrime-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Courier Prime;
	src: url(../assets/fonts/CourierPrime/CourierPrime-Italic.ttf);
	font-style: italic;
}
@font-face {
    font-family: Courier Prime;
	src: url(../assets/fonts/CourierPrime/CourierPrime-BoldItalic.tff);
    font: bold italic;
}

body {
	background-image: url("https://files.catbox.moe/vo21xz.jpg");
	font-family: Courier Prime, Lucida Sans Typewriter, Courier New, monospaced;
	font-size: 14px;
	background-color:white;
}

p {
	padding-right: 15px;
	margin-left: 80px;
}

h1 {
	margin-left: 70px;
	padding: 15px;
	text-align: center;
	margin-top: -10px;
}
h2 {
	font-size: 18px;
	text-align: right;
	margin: -30px 15px 40px 80px;
}


.pic-right {
	float: right;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	max-width:125px;
}

.pic-right:hover {
	transform: scale(1.2);
	transition-duration: 0.2s;
}


.pic-left {
	float: left;
	margin: 5px 10px 5px 80px;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	max-width:125px;
}

.pic-left:hover {
	transform: scale(1.2);
	transition-duration: 0.2s;
}

a.pic-link {
	color:black;
}