<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
background-image: url("/uploads/media/default/0001/05/6b9dca3dac1686cb8c6bb4bdc3c26cb17ec0b970.png");
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.lower {
width: 340px;
margin: 30% auto;
padding: 35px;
background: #fcd8c2;
opacity: 0.8;
color: black;
box-shadow: inset 0 0 0 1px black;
border: 30px solid #fcd8c2;
}
.lower:hover {
background: #000000;
color: white;
box-shadow: inset 0 0 0 1px #ffffff;
border: 30px solid #000000;
}
input {
display: none;
}
.lower label {
text-transform: uppercase;
font-size: 40px;
text-align: center;