body {
    font-family: 'REM';
}

.centered-text {
    display: flex;
    flex-direction: column;
    margin-left: 20%;
    margin-right: 20%;
    align-items: center;
    text-align: justify;
}

.heading-text {
    display: block;
    font-size: 2rem;
    color: rgb(48, 96, 70);
}

.subheading-text {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    color: #555;
    align-self: flex-start;

}

.delete-steps-img {
    width: 60%;
}

.subtitle-text {
    display: block;
    font-size: 1.3rem;
    color: rgb(48, 96, 70);
    align-self: flex-start;
}

@media (max-width: 500px) {
    .heading-text {
        font-size: 1.4rem;
    }

    .subtitle-text {
        font-size: 1.1rem;
    }

    .centered-text {
        margin-left: 2%;
        margin-right: 2%;
    }

    .subheading-text {
        font-size: 1.1rem;
    }

    .delete-steps-img {
        width: 90%;
    }
}