.main-container{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    white-space: pre-line;
    font-size: large;
    color: white;
}
h4{
    margin-bottom: 0.2rem;
}

@media only screen and (max-width: 600px) {
    .main-container{
        width: 80%;
    }
}