#bloger {
    width: 100%;
    background-color: white;
}
#bloger > nav#n1 {
    width: 100%;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
#bloger > nav#n1 > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#bloger > nav#n1 > p > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#bloger > nav#n1 > h1 {
    width: 100%;
    line-height: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#bloger > div {
    margin: 40px auto 0px auto;
}
#bloger > div > nav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 40px;
}
@media screen and (min-width: 1021px) {
    #bloger > div {
        width: 1000px;
    }
    #bloger > div > nav {
        height: 550px;
    }
}
@media screen and (max-width: 1020px) and (min-width: 661px) {
    #bloger > div {
        width: 640px;
    }
    #bloger > div > nav {
        height: 400px;
    }
}
@media screen and (max-width: 660px) {
    #bloger > div {
        width: 90%;
    }
    #bloger > div > nav {
        height: 300px;
    }
}
#bloger > div > div {
    width: 100%;
}
#bloger > h1 {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    color: #252263;
    text-align: center;
}
#bloger > nav#n2 {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px auto;
}
@media screen and (min-width: 1341px) {
    #bloger > nav#n2 {
        width: 1320px;
        justify-content: start;
    }
}
@media screen and (max-width: 1340px) and (min-width: 661px) {
    #bloger > nav#n2 {
        width: 640px;
        justify-content: start;
    }
}
@media screen and (max-width: 660px) {
    #bloger > nav#n2 {
        width: 90%;
        justify-content: center;
    }
}
#bloger > nav#n2 > nav {
    width: 300px;
    box-shadow: 0px 0px 5px #F0F4F9;
    border: 1px solid #F0F4F9;
    border-radius: 10px;
    overflow: hidden;
}
#bloger > nav#n2 > nav > a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}
#bloger > nav#n2 > nav > a > div {
    width: 100%;
    height: 200px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#bloger > nav#n2 > nav > a > h1 {
    width: 100%;
    height: 50px;
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
    color: #252263;
    margin-top: 15px;
    padding: 0px 20px;
    overflow: hidden;
}
#bloger > div > div h1, #bloger > div > div h2, #bloger > div > div h3, #bloger > div > div h4, #bloger > div > div h5, #bloger > div > div h6 {
    width: 100%;
    line-height: 2.5;
    font-weight: bold;
}
#bloger > div > div p {
    width: 100%;
    line-height: 2;
    text-align: justify;
}
#bloger > div > div ul, #bloger > div > div ol {
    width: 100%;
    padding: 0px 25px;
}
#bloger > div > div li {
    width: 100%;
    line-height: 2;
    text-align: justify;
}
#bloger > div > div strong {
    font-weight: bold;
}
#bloger > div > div div {
    width: 100%;
    margin: 20px 0px;
}
#bloger > div > div nav {
    width: 100%;
    color: #252263;
}
#bloger > div > div :nth-last-child(1) {
    margin-bottom: 0px;
}
#bloger > div > div img {
    width: 100%;
}