.mainblog{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}
body{
    background-color: #121316;
}
.blogContent{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header img{
    width: 120% !important;
    height: 30rem !important;
    border-radius: 1.3125rem;
    flex-shrink: 0;
}
.content {
    margin-top: 2rem;
    width: 57%;
    max-width: calc(120% - 20px);
}
.gradientColorText2{
    font-family: Poppins;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 122.91%;
    margin-bottom: 1rem;
}
p{
    color: #878787;
    font-family: Poppins;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
h3{
    color: #ffffff;
    font-family: Poppins;
    font-size: 1.6rem;
    margin-top: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.resaltar{
    color: white;
}
.link {
    padding: 0rem 0.3rem;
    color: #007bff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease; 
}

.link:hover, .link:focus {
    color: #0056b3;
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .content {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .content {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .content {
        width: 110%;
    }
}
@media (max-width: 1920px) {
    .content {
        width: 57%;
    }
}
@media (max-width: 1918px) {
    .content {
        width: 77%;
    }
}
@media (max-width: 1400px) {
    .content {
        width: 87%;
    }
}
@media (max-width: 768px) {
    .content {
        width: 90%;
    }
}
@media (max-width: 740px) {
    .content {
        width: 90%;
    }
}
@media (max-width: 576px) {
    .header img{
        width: 120% !important;
        height: 20rem !important;
        border-radius: 1.3125rem;
        flex-shrink: 0;
    }
}
.gradientColorText2 {
    font-family: Poppins;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 122.91%;
    margin-bottom: 1rem;
}

p {
    color: #878787;
    font-family: Poppins;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h3 {
    color: #ffffff;
    font-family: Poppins;
    font-size: 1.6rem;
    margin-top: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.resaltar {
    color: white;
}

.link {
    padding: 0rem 0.3rem;
    color: #007bff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}

.link:hover, .link:focus {
    color: #0056b3;
    text-decoration: underline;
}