@import url(CSSReset.css);
@import url(SCDNavbarCSS.css);

#stuff{
    text-align: center;
    padding:20px;
    font-size: 20px;
}
#titleW{
    font-size: 40px;
    justify-self: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
    #titleW{
        font-size: 30px;
    }
}