    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background-color: #183018;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 20 20'%3E%3Cg %3E%3Cpolygon fill='%2372BA72' points='20 10 10 0 0 0 20 20'/%3E%3Cpolygon fill='%2372BA72' points='0 10 0 20 10 20'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    font-family: poppins;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    a.btn-home {
        border: #ffffff solid 2px;
        border-radius: 12rem;
        position: fixed;
        display: flex;
        width: 32px;
        height: 32px;
        opacity: 0.4;
        padding: 0.4rem;
        inset:0.4rem;
        transition: all 0.2s ease-in;
        &:hover{
            transform: scale(1.1);
            opacity: 1;
        }
    }
    section{
                background-color: #0006;
                border-radius: 0.4rem;
                padding: 0.4rem;
                text-align: left;
                margin-bottom: 1rem;
                width: 530px;

                h2, h4 {
                    margin: 0;
                }
                h2 {
                    border-bottom: 2px solid;
                    padding-bottom: 0.4rem;
                    margin-bottom: 0.4rem;
                }
                p {
                    font-size: 1.4rem;
                    padding: 0;
                    margin: 0.4rem 0;
                }
                xmp {
                    background-color: #0009;
                    border-radius: 0.4rem;
                    color: lime;
                    margin: 0;
                    font-size: 0.8rem;
                    padding: 0 0.6rem 0.6rem;
                }
                .cuadrito{
                    font-size: 12px;
                }
            }

            .section {
                font-size: 12px;
            }
        }
