h2,h1{
    background: linear-gradient(to left,  #ffb6c1, #9370db);

    
}
body, html{
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 20px;
}

body{
    background: linear-gradient(to right,  #ffb6c1, #9370db);
    justify-content: center;
    align-items: center;
    text-align: center;

}

button{
    background: linear-gradient(to right,  #ffb6c1, #9370db);
    cursor: pointer;
}

.projectGaming ul{
    list-style-position: inside;
    text-align: center;

}
.projectGaming ul li::marker {
    font-size: 27px; /* Increase the bullet size */
    color: #000;     /* Optional: Change the color of the bullet */
    margin-bottom: 5px;
}