@import url("https://soder.neocities.org/roots/main.css");

#blogs { width: 100%; height: 1225px; overflow-y: scroll; overflow-x: hidden; padding: 20px; }
    .postwrap { width:90%; margin: auto; margin-bottom: 50px; background: var(--bg); min-height: 100px; max-height: 1000px; overflow-y: scroll; overflow-x: hidden; border-radius: 10px; }
    .title { width: 100%; text-align: left; margin: 25px; margin-left: 5%;  } .title h { font-size: 165% !important; }
    .textpost { text-align: center; font-weight: normal; padding: 5%; padding-top: 0; padding-bottom: 2%; line-height: 175%; }
    

:root {
 --bg:#000d2b;
 --main: linear-gradient(180deg, #121272 0%, #060049 5%, #03063C 90%);
 --minimain: linear-gradient(180deg, #121272 0%, #060049 30%);
 --bord:2px solid #000030;
 --bord1:1px solid #000030;
 --bordin: 1px solid #5eb9ff;
 --bc: #000030;
 --gay: linear-gradient(to right, #ffb8b6, #ffcdb5, #ffe7ae, #bbffbf, #9af4ff, #9cccff, #dca9ff);
 --p: #afd9ff;
 --a:#5ce5e5;
 --ah: #afd9ff;
 --greyed:#5d76a7;
}