html,body{
	font-size: 80%;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.15em;
	background-color: #efefef;
}
#page{
	max-width: 940px;
	min-width: 720px;
	margin: 30px auto 30px auto;
	padding: 20px;
	border: 4px double #000;
	background-color: #ffffff
}
#logo{
	width: 150px;
	margin: 10px auto 25px auto;
}
ul {
	width: 550px;
	padding: 20px;
	margin: 0px auto 0px auto;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	display: flex;
	justify-content: center;
}
li{
	font-size: 15px;
	display: inline;
	margin: 0px 10px;
}
.home{
    display: flex;
    align-items: center;
    background:url(keys.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.home .content h3{
    font-size: 4rem;
	padding-left: 3rem;
    color: black;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.home .content h1{
    font-size: 1rem;
    color: #e6e6ee;
	padding-left: 4rem;
}
.home .content p{
    font-size: 1.5rem;
	padding-left: 4rem;
    color: rgb(255, 251, 251);
}
.btn{
    display: inline-block;
	margin-left: 3rem;
    border-radius: 5rem;
    background: #999;
    color: rgb(255, 255, 255);
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 15px;
}
.btn:hover{
    background: rgb(255, 255, 255);
	color: #000000;
}
a{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px;
}
.box-container{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.box-container .box{
    flex: 1 1 30rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    border-radius: .5rem;
    border: 2px solid rgba(0, 0, 0, 0.411);
    position: relative;
}
.box-container .box .discount{
    position: absolute;
    top: 1rem; left: 1rem;
    padding: .7rem 1rem;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.37);
    z-index: 1;
    border-radius: .5rem;
}
.box-container .box .image{
    position: relative;
    text-align: center;
    padding-top: 2rem;
    overflow: hidden;
}

.box-container .box .image img{
    height: 10rem;
	width: 30rem;
}
.box-container .box:hover .image img{
    transform: scale(1.1);
}
.box-container .box:hover .image .icons{
    bottom: 0%;
}
.box-container .box .image .icons a:hover{
    background: rgb(0, 0, 0);
}
.box-container .box .content{
    padding: 1rem;
    text-align: center;
}
.box-container .box .content h3{
    font-size: 1rem;
	text-transform: uppercase;
    color:#333;
}
.box-container .box .content .Price{
    font-size: 1.5rem;
    color:#660000;
    font-weight: bolder;
    padding-top: 1rem;
}
.box-container .box .content .Price span{
    font-size: 1rem;
    color:#999;
    font-weight: lighter;
    text-decoration: line-through;
}
.box-container .box .image1{
    position: relative;
    text-align: center;
    padding-top: 2rem;
    overflow: hidden;
}
.box-container .box .image1 img{
    height: 30rem;
	width: 30rem;
}
.box-container .box:hover .image1 img{
    transform: scale(1.1);
}
.about .page h1{
	background-color: rgba(255, 255, 255, 0.39);
	text-align: center;
}
.about .page h3{
	text-align: center;
	padding-bottom: 10px;
}
.wrapper img{
	height: 220px;
	width: 500px;
	float: left;
	border: 3px solid #000000;
	border-radius: 10px;
	margin-right: 15px;
}
.wrapper .textbox p{
	font-size: 15px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: justify;
}
.wrapper1 img{
	height: 220px;
	width: 500px;
	float: right;
	border: 3px solid #000000;
	border-radius: 10px;
	margin-left: 15px;
}
.wrapper1 p{
	font-size: 15px;
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: justify;
}
.contact h1{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}
.contact p{
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #000;
	padding: 5px 0px 15px 0px;
}