hr {
  background: #c1bc6b;
  margin: 0px 20px;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  color: black;
  text-decoration: none;
}
/* --------------------------- */
@font-face {
  font-family: Kegger;
  src: url(./font/Kegger-TTF.ttf);
}

@font-face {
  font-family: Estedad-Thin;
  src: url(./font/Estedad-Thin.woff2);
}

@font-face {
  font-family: Estedad-SemiBold;
  src: url(./font/Estedad-SemiBold.woff2);
}

@font-face {
  font-family: Estedad-Regular;
  src: url(./font/Estedad-Regular.woff2);
}

@font-face {
  font-family: Estedad-Medium;
  src: url(./font/Estedad-Medium.woff2);
}

@font-face {
  font-family: Estedad-Light;
  src: url(./font/Estedad-Light.woff2);
}

@font-face {
  font-family: Estedad-ExtraLight;
  src: url(./font/Estedad-ExtraLight.woff2);
}

@font-face {
  font-family: Estedad-ExtraBold;
  src: url(./font/Estedad-ExtraBold.woff2);
}

@font-face {
  font-family: Estedad-Bold;
  src: url(./font/Estedad-Bold.woff2);
}

@font-face {
  font-family: Estedad-Black;
  src: url(./font/Estedad-Black.woff2);
}

/* --------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px 0px 30px;
  flex-direction: column;
}
.big-t-a {
  text-decoration: none;
}
.big-t {
  font-family: Kegger;
  font-size: 70px;
  color: #656038;
}
.material-icons {
  font-size: 40px;
  color: #5f4e34;
}

.main-body {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ghanon {
  font-family: Estedad-Bold;
  color: #656038;
}

.a-ghanon {
  color: #c1bc6b;
}

.a-ghanon:hover {
  color: #e4c4cb;
}
