main {
    margin-top: 65px;
}

main img {
    width: 100%;
}

.content {
    margin-top: 50px;
}

.text-center {
    text-align: center; 
    width: 100%;
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 25px !important; 
        font-weight: 200 !important;
    }

    .content {
        margin-top: 20px;
    }
}