        .internet {
            text-align: center;
            color: red;
            font-weight: bolder;
            font-size: 40px;
        }

        h1.center {
            font-weight: bold;
        }


        .green {
            color: green;
            text-align: center;
        }

        .blue {
            color: blue;
            text-align: center;
        }

        .yellow {
            color: yellow;
            text-align: center;
        }

        .center {
            text-align: center;
        }

        .centerimage {
            transform: translate(-50%);
            position: relative;
            left: 50%;
        }

        .line {
            margin: 0;
            width: 50%;
        }

        body {
            background-color: #ffff99;
            font-family: Arial, Helvetica, sans-serif;
        }

        #red {
            background-color: red;
            font-weight: bold;
            font-size: 24px;
        }

        #fatmosaic {
            font-size: 32px;
            font-weight: bolder;
        }

        .greenback {
            background-color: rgb(0, 255, 0);
        }

        p {
            font-family: Arial, Helvetica, sans-serif;
        }

        h1 {
            font-family: Arial, Helvetica, sans-serif;
        }

        .lista {
            font-size: 24px;
        }

        a {
            text-decoration: none;
            color: gray;
            font-size: 25px;
            font-family: Arial, Helvetica, sans-serif;
        }

        a:active {
            text-decoration: underline;
            color: blue;
        }

        a:hover {
            text-decoration: underline;
            color: blue;
        }
        