body {
    background-color: rgb(36, 71, 100);
}

button {
    display: block;
}

.buttons {
    width: 80%;
    margin: auto;
    display: flex;
}

.buttons button {
    margin: 30px auto;
}

.easy-hard {
    float: right;
}

.main-btn {
    padding: 10px 20px; 
    background-color: steelblue;
    border: none; 
}

.main-text {
    width: 800px;
    height: 100px;
    margin: auto;
}

.main-text p {
    text-align: center;
    margin-top: 30px;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
}

.easy-btn {
    padding: 10px 20px;
    background-color: rgb(222, 109, 97);
    border: none;  
}

.hard-btn {
    padding: 10px 20px;
    background-color: rgb(52, 157, 154);
    border: none;  
}

table {
    width: 500px;
    height: 500px;
    margin: 100px auto;
}

td {
    padding: 10px 30px;
}

.btn {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}