body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
a,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html,
body {
  font-family: Aileron;
  width: 100%;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

input {
  font: normal;
}

input:focus,
a:focus {
  outline: none;
}

@font-face {
  font-family: Aileron;
  src: url("./Aileron/Aileron-Regular-10.ttf");
}

@font-face {
  font-family: AileronTHin;
  src: url("./Aileron/Aileron-Thin-13.ttf");
}

.public-page {
  width: 100%;
  position: relative;
  /* border: 1px solid #dadce0; */
  background-color: #fff;
  /* box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.141), 0 1px 3px 0 rgba(0,0,0,0.122); */
  overflow: hidden;
  padding: 24px;
  box-sizing: border-box;
  /* border-radius: 8px; */
  margin-bottom: 12px;
}

@media (max-width: 450px) {
  .public-page {
    margin-bottom: 7px;
  }
}
