@font-face {
    font-family: unicorn;
    src: url(/Universal-Assets/Fonts/SuperUnicorn-3lm0L.ttf) format(truetype);
    font-display: block;
}

header {
    display: flex;
    justify-content: center;
    font-size: 50px;
    background-color: rgb(214, 214, 214);
    border: 5px inset rgb(0, 0, 0);
    border-radius: 5px,

}

.container {
    background-image: url(pngs/bulletin\ board.png);    

    font-family: unicorn;
}


#postnote {
    display: flex;
    flex-direction: column;
    float: inline-end;
    
    
}

:root {
    --postnote1: #c9f8ad;
    --postnote2: #d6adf8;
    --postnote3: #adddf8;
}

.title {
    width: 100%;
    max-width: 350px;
    border-radius: 5px 5px 0 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: none;
    background: linear-gradient(#dddddd7e, #94949442);    


}

.box {
    width: 100%;
    max-width: 350px;
    height: 239.9px;
    border: 2px outset #000000;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(#ffffff44, #80808060);
    box-shadow: inset 0px -2px #00000038, 0px 3px #00000038;
    border-left: 1px solid black;
    border-top: none;
    border-right: 1px solid black;


}

li {
    padding: 6px;

}

a {
    padding: 0 5px;
}

h2 {
    display: flex;
    text-indent: 15px;
}

button {
    transition-duration: .3s;
    width: 100%;
    padding: 5px;
    background: linear-gradient(#94949444, #ffffff60, #afafaf44);
    border: none;

    font-family: unicorn;

}

button:hover {
    color: rgb(0, 0, 0);
    background: rgba(90, 75, 145, 0.541);
    width: 100%;
}