@charaset "utf-8" ;

/*Theme URL: 
Description: 
Author: 
Version: 
Tags: ）
License: 
License URI: 
Theme Name: store_development-eng
Template: ex-factors*/


@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

body {
  margin: 0;
}
section {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  width: 100vw;
}

.button {
  color: #59C3C3;
  cursor: pointer;
  font-family: "Abril Fatface", sans;
  font-size: 50px;
  letter-spacing: -1px;
}
.button:hover {
  color: #E07A5F;
}