body{
    text-align: center;
    background-color: black;
    color: aliceblue;
    font-size: 30px;
}
h1{
    font-size: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 90px;
    padding: 0;
}

.index {
    margin-bottom: 100px;
}

.leap{
    text-align: center;
}
li{
    list-style: none;
    
}

li a{
color: aliceblue;
}

  
.numbers {
    text-align: center;
}


.huge{
    font-size: 300px;
    color: red;
}

.dices {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

button{
    margin-top: 50px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.dice-game{
    background-color: #404046;
    font-family: 'Times New Roman', Times, serif;
}

.dice-game p {
    font-size: 20px;
    color: aliceblue;
}
.dice-game h1 {
    color: aliceblue;
}

@media (max-width: 768px) {

    h1{
        font-size: 50px;
    }
    
}