body {
font-family: Arial, sans-serif;
background: url(http://amitchaudhary.in/images/testimonials.jpg) no-repeat;
background-size: cover;
height: 100vh;
}
h1 {
text-align: center;
font-family: Tahoma, Arial, sans-serif;
color: #FF9800;
margin: 80px 0;
}
.box {
width: 50%;
margin: 0 auto;
background: rgba(53, 52, 52, 0.2);
padding: 50px;
border: 2px solid #fff;
background-clip: padding-box;
text-align: center;
}
.button {
font-size: 1em;
padding: 10px;
color: #fff;
border: 2px solid #FF9800;
border-radius: 20px;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease-out;
}
.button:hover {
background: #06D85F;
}