 body {
  min-height: 100vh;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  line-height: 1.5;
  font-size: 100%;
  text-rendering: optimizeLegibility;
  color: #000000;
  scroll-behavior: smooth;
  background-color: #f2f2f2;
}

.wrap {
  border-radius: 32px;
  background: #fff;
  padding: 40px;
  box-shadow: 2px 2px 0 #f3f3f3;
  border: 1px solid #eee;
}

.button {
  background: #ffd23e;
  padding: 15px 30px;
  border-radius: 360px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  display: inline-block;
  min-width: 150px;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  }

.button:hover {
  background: #3bceac;
  color: #fff;
  }

a {
  color: #ee4266;
  text-decoration-color: #ee4266;
  }

a:hover {
  color: #3bceac;
  }

.header .logo img {
  width: 70%;
  max-width: 800px;
  }