@font-face {
    font-family: "SevenEleven";
    src: url("../DBAdmanRoundedX.ttf") format("truetype");
}
body, h1, h2, h3, h4, h5, h6{
    font-family: "SevenEleven";
    color: #444;
}
div {
  text-align: justify;
  text-justify: inter-word;
}
body{
    font-size: 22px;
  letter-spacing: 0.2px;
  color: #585858;
}
h1{
    font-size: 38px;
    color: #00A651;
}
h2{
    font-size: 34px;
    color: #00A651;
}
h3{
    color: #00A651;
}

a {
  color: #169CEE;
  text-decoration: underline;
}

a:hover {
  color: #169CEE;
}

a:visited {
  color: #169CEE;
}

.underline{
  text-decoration: underline;
}

.seven-eleven {
    color: #00A651;
}

.full-width {
    width: 100%;
}

.error {
    color: #ED1C24;
}
.italicgrey{
  font-style: italic;
  color: #aaa;
}

button {
    color: #fff;
    background-color: #00A651;
    border: none;
    height: 50px;
    font-size: 125%;
}

.container {
  margin: 0 auto;
  max-width: 860px;
}
.btn-gototop{
    cursor: pointer;
    color: #169CEE;
}