@font-face {
  font-family: 'Kaushan Script';
  src: url('../assets/fonts/Kaushan_Script/KaushanScript-Regular.ttf') format('truetype');
}

body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 160%;
  background-color: #fff;
  padding-top: 4%;
  max-width: 1080px;
}

section {
  padding: 8px;
  padding-left: 8%;
  padding-right: 16px;
}

p,
a {
  color: #1d1d1d;
}

a {
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.kaushan {
  font-family: 'Kaushan Script', cursive;
  font-size: 64px;
  color: #009171;
}

.name {
  font-size: 24px;
  font-weight: 600;
}

.less {
  font-size: 14px;
}

.footer {
  font-size: 12px;
}