* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
    vertical-align: baseline;
}


body {
    background: linear-gradient(92deg, #000 50%, rgb(47, 37, 122) 100%);

    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.container-div img {
    width: 80px;
    height: auto;
    border-radius: 40px;
}

h1 {
    color: #fff;
    font-size: clamp(4rem, 4vw, 2em);
    font-family: "Iceland", serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: #96c 1px 1px 0;
}

.container-article {
    margin: 0 auto;
    text-align: justify;
    font-family: "Geist Mono", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
}

.rooment {
    padding: 20px;

}

.size {
    font-size: 25px;
    font-weight: bold;
    text-shadow: #96c 1px 1px 0;
    padding-bottom: 10px;
}

.text {
    text-align: justify;
    font-size: 15px;
}

.article {
    font-family: "Geist Mono", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    text-align: justify;
    font-size: 15px;

    padding: 20px;
}

span {
    font-size: 25px;
    font-weight: bold;
    text-shadow: #96c 1px 1px 0;
}

.text2 {
    padding-top: 10px;
}

.main-rows {
    font-family: "Geist Mono", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 20px;

    padding: 20px;
    margin: 0 auto;
    text-align: justify;
}


.Text {
    font-size: 15px;
}


.aviso {
    font-family: "Geist Mono", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    text-align: justify;
    font-size: 20px;

    padding: 20px;
}

strong {
    line-height: 1.9em;
    border-bottom: #bbb 1px solid;
}

ul li,
ol li {
    font-size: 15px;
}

h6 {
    font-size: 17px;
}

a {
    text-decoration: none;
    font-family: "Geist Mono", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: rgb(0, 221, 255);
}

a:hover {
    background-color: #524848;
}



/* ======= footer ======== */

.container-footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.div-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(92deg, #000 50%, rgb(40, 26, 54) 100%);
    height: 20vh;
    background: linear-gradient();
    border-radius: 8px 8px 0 0;

}

.div-footer p {
    font-family: "Geist Mono", monospace;
    font-weight: bold;
    color: #bbb;
    font-size: 18px;
}

.div-footer img {
    width: 30px;
    border-radius: 20px;
}

@media only screen and (min-width: 280px) and (max-width: 768px) {
    
    body {
        margin: 0 auto;
        width: 100%;
    }
    .div-footer p {
        text-align: center;
        font-size: 15px;
    }
}