body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    font-family: "Lato", sans-serif;
}

.content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 5rem;
}

.text1 {
    width: 70%;
    max-width: 100%;
    margin: 2rem auto;
    margin-bottom: 0;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: none;
    text-align: center;
    font-size: 3rem;
}

.text2 {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 1rem;
}

.paraContainer {
    width: 70%;
    max-width: 100%;
    justify-content: center;
}

.para {
line-height: 2rem;
}

@media (max-width: 1024px) {

    .text1 {
        font-size: 1.5rem;
    }

}

@media (max-width: 768px) {

    .text1 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {

    .text1 {
        font-size: 1.2rem;
    }
    
    .paraContainer {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        margin: auto;
        padding: 20px;
    }

}
