    img {
        width: 200px;
        height: 200px;
        border: 3px solid whites;
        border-radius: 10px;
        align-items: center;
    }
    
    .textos {
        text-align: left;
        font-size: 20px;
        background-color: ##A9A9A9;
        border-radius: 8px;
        padding: 6px;
        margin: 6px;
    }

    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    body{
        background-color: #8B0000;
    }
    h1{
        text-align: center;
        border: 2px solid black;
    }