body{
    background-color: black;
    font-family: Arial, sans-serif;
    text-align: center;

}
h1{
    color:white;
    
}
h2{
    text-align: center;
    color: #d3eef7;
    gap: 50px;
}
p{
    color:#c0f0ff;
    text-align: center;
}
a{
    color:#42aaca;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.coisa{
    display:flex;/*isso aq q alinhou as imagens e o textoooo*/
    justify-content:center;
    align-items:flex-start;
    gap:40px;
    margin-top:50px;
}

.texto{
    width:600px;
    color:#c0f0ff;
    text-align:center;
    background:rgb(36, 36, 36);
    padding:20px;
    border-radius:15px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
ul{
    list-style-type: none; 
    padding: 0;            
    margin: 0;
}
li{
    margin-top: 10px;
}

/*esse .imagem img é pq tipo, .imagem é a class e img é a config das imagens dentro dessa class, tendeu?*/
.imgjogo img{
    width:200px;
    border-radius:10px;
}