@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	opacity: 0.8;
}

.icon {
  width: 45px;
}
@media screen and (min-width:769px) {
  body {
    font-size: 16px;
  }
}
img {
  width: 100%;
  height: 100%;
}
/*Header*/
HTML CSSResult Skip Results Iframe
EDIT ON
html,body{
  height:100%;
}

body:before{
  content:'';
  height:100%;
  vertical-align:middle;
}
button{
  background: #b4afaf;
  color:#fff;
  border:none;
  position:relative;
	margin-left: 125px;
	margin-top: 25px;
	margin-bottom: 40px;
  height:40px;
  font-size:1.4em;
  padding:0 1.7em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
button:hover{
  background:#000;
  color: #292828;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #7C7C7C;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}




Resources1× 0.5× 0.25×Rerun