@font-face {                  
  font-family: 'Barecast-Thin';
  src: url(https://humantooth.neocities.org/fonts/Barecast-Regular.woff2) format('woff2');
  font-weight: normal;
}

body {
    font-family: var(--body-font);
    font-size:16px;
    background-color: #283540;
}

.content{
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items:center;
}

header {
    padding: 0;
    margin: 0 auto;
    display: flex;
    width: 800px;
    justify-content:space-between;
}

h2, h3 {
    font-family: "Barecast-Thin";
    color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
a{
    color: #fff;
}