#listcontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}

ul li{
    line-height: 130%;
    list-style-type: none;
    margin-bottom: 30px;
}

.posttitle{
    font-size: 120%;
    font-weight: 700;
}
.postdescription{
    font-size: 100%;
}

@media screen 
    and (orientation: portrait){
        #listcontainer{
            width: 90%;
            max-width: 100vw;
            padding-top: 0;
         }
    }
