html,body{
	font-size: 80%;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.15em;
    background-repeat: no-repeat;
    background-size: cover;
}
#page{
	max-width: 940px;
	min-width: 720px;
    max-height: 900px;
	margin: 30px auto 30px auto;
	padding: 20px;
	border: 4px double #000;
	background-color: rgb(21, 20, 20);
}
#logo{
	width: 50px;
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
ul {
	width: 900px;
	padding: 20px;
	margin: 0px auto 0px auto;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
    background-color: white;
	text-align: center;
	display: flex;
	justify-content: center;
}
li{
	font-style: italic;
	font-size: 15px;
	display: inline;
	margin: 0px 10px;
}
.home{
    display: flex;
	position: relative;
    align-items: center;
    background-position: center;
	margin: 30px;

}
.home #image1{
	display: flex;
	padding: 10px;
	width: 300px;
	height: 300px;
	margin-left: 70px;
}
.home p{
	color: white;
	position: absolute;
}
.home #price{
	margin-left: 0px;
	font-size: 20px;
}
.home #price2{
	margin-left: 220px;
	font-size: 20px;
}
.home p:hover{
    background-color: white;
	color: black;
}
.home #image2{
	display: flex;
	margin-left: 100px;
	width: 300px;
	height: 300px;
}
.content h3{
    font-size: 40px;
	padding-left: 3rem;
	text-align: center;
	margin-top: -70px;
    color: black;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.content p{
    font-size: 1.7rem;
	margin-top: -30px;
    font-weight: 400;
	padding-left: 4rem;
    color: white;
}
.btn{
    display: inline-block;
	margin-left: 370px;
    margin-bottom: 12px;
    border-radius: 5px;
    background: white;
    color: black;
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 15px;
}
.btn:hover{
    background: black;
	color: white;
}
a{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px;
}