@font-face {
  font-family: 'GmarketSans';
  src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-style: 300;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: 500;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: 700;
}


footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
}

footer h3, footer h4 {
    margin: 10px 0;
}

.family-sites ul {
    list-style: none;
    padding: 0;
}

.family-sites li {
    display: inline;
    margin-right: 10px;
}

.family-sites a {
    color: white;
    text-decoration: none;
}

.family-sites a:hover {
    text-decoration: underline;
}