.image {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.link {
  display: block;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ea0;
  font-family: Stellar, sans-serif;
  color: #653819;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.link.alt {
  background-color: #653819;
  color: #ea0;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  width: 400px;
}

.container {
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.greek {
  font-family: Greekcaps, sans-serif;
}

@media (max-width: 767px) {
  .container {
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .image {
    display: block;
    margin: 25px auto;
  }
  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ea0;
    font-family: Stellar, sans-serif;
    color: #5f3c21;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
  }
  .link.alt {
    background-color: #653819;
    color: #ea0;
  }
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .container {
    text-align: center;
  }
}

@font-face {
  font-family: 'Greekcaps';
  src: url('../fonts/GreekCaps.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}