@font-face {
    font-family: Unifont; 
    src: url(../data/font/Unifont.woff2);
}

@font-face {
    font-family: Terminus; 
    src: url(../data/font/Terminus.woff2);
}

@font-face {
    font-family: Cozette; 
    src: url(../data/font/Cozette.woff2);
}


#contpost{
  max-width: 100%;
  display: block;
}


* {
    font-weight: normal;
    image-rendering: pixelated;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: unset;
}

#postemb video,
#postemb img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #000;
}

#posts #postemb img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  border: 1px solid #000;
}


#buttons {

    display: flex; 
    align-items: center; 
    justify-content: center;
    padding: 1px;

}


#menu,
p {
    font-size: 16px;
    font-family: Unifont;
}


#menudec{
    display: flex;
    align-items: center;
    justify-content: space-between;


}

h1 {
    font-size: 32px;
    font-family: Unifont;

}

body {
    background-image: url(../data/img/grassbg.jpg); 


    background-color: white;
    background-size: cover;
    background-attachment: fixed;


    display: flex; 
    justify-content: center;

}




hr {
    border: 1px solid #000;

}


#banner {
    display: flex;
    justify-content: center;

}


#menu {
    color: black;


    display: flex;
    gap: 16px;
    justify-content: center;

}


li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: gray;
    text-decoration: underline gray 1px;

}



#box {
    background-color: white;
    border: 2px solid black;
    margin-top: 10px;
    padding: 5px;

}

#posts .post #box {
    margin-top: 0;
}

.post {
    margin: 0;
    padding: 0;
}
