#singlecontainer{
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto;
}
#singlecontentcontainer{
    margin: 0 10px;
}

#singletitle{
    font-weight: 700;
    font-size: 175%;
}

@media (max-width:768px) {
    #singlecontainer{
        max-width: 100%;
    }
}