body {
margin: 0;
background-color:  #ACBC8A;
}

#page{
/*border: 4px solid #8c4646;*/
width: 580px;
padding: 20px;
margin: auto;
background-color: #bcc595;
text-align: center;
}

h1{
    text-align: center;
    font-family: 'AnalogueOS';
    color:  #8c4646;
    background-color: #bcc595;
    padding: 20px;
    width: 580px;
    margin: auto;
}

h3{
    text-align: center;
    font-family: 'jgs7';
    color: #8c4646;
}

h4{
    text-align: center;
    font-family: 'jgs7';
    color: #8c4646;
}

p{
    text-align: justify;
    font-family: 'DepartureMono';
    color: #8c4646;
    font-size: 12px;
}

hr{
    color: #8c4646;
    border-style: solid;
}

.vine {
    width: 570px;
    height: 20px;
    background-image: url(../sunflowers.gif);
   background-size: 20%;
    background-repeat: repeat-x;
}

img {
    
    width: 570px;
    margin: auto;
}

@font-face {                  
font-family: 'DepartureMono';
src: url(https://humantooth.neocities.org/fonts/DepartureMono.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

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

@font-face {                  
font-family: 'jgs7';
src: url(https://humantooth.neocities.org/fonts/jgs7.woff) format('woff');
font-weight: normal;
font-style: normal;
}