@font-face {
    font-family: starborn;
    src: url(Starborn.ttf);
}

@font-face {
    font-family: handwritten;
    src: url(AlteHaasGroteskRegular.ttf);
}
hr {
    border-style: none;
    padding: 2%;
}
* {
    margin: 0;
    padding: 0;
    font-family: handwritten;
}

body {
    background-color: #021C30;
    font-size: 18px;
    color: #8CC0EB;
}

.container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.img {
    align-self: center;
    width: 100%;
    min-width: 200px;
}

.main {
    margin: 2%;
    display: flex;
    flex-direction: column;
    flex-grow: 3;
}

.box {
    display: flex;
    gap: 1rem;
    margin-bottom: 5%;
}

.boximg {
    align-self: center;
    width: 200px;
}

.content {
    flex-grow: 6;
    flex-basis: 0;
    min-width: 220px;
    height: 220px;
    border: 2px solid #8CC0EB;
    padding: 1rem;
    overflow: scroll;
    overflow-x: hidden;
    text-align: justify;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.vegan {
    color: #618764;
}

.headers {
    font-size: 20px;
    text-align: right;
    font-weight: normal;
    font-family: starborn;
}

a {
    text-decoration: none;
    color: #B2B2B2;
}

a:hover {
    font-style: italic;
}

a:active {
    font-style: italic;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #5b9fd7;
}
iframe {
    border: none;
    height: 1000px;
    width: 100%;
}
li {
    padding: 1%;
    padding-left: 20px;
    list-style-type: none;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
