.centering-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.title-nduwur {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    font-size: 25px;
}

.kata-accept {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 300px;
    font-size: 35px;
}

.button-position {
    position: static;
    display: flex;
}

.button1,
.button2 {
    width: 240px;
    height: 60px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: aliceblue;
    cursor: pointer;
    margin: 10px;
    border: none;
    border-radius: 6px;
}

.button1 {
    background-color: rgb(92, 215, 43);
}

.button2 {
    background-color: rgb(215, 43, 43);
}

.button1:active {
    background: rgb(99, 255, 37);
    position: relative;
}

.button2:active {
    background: rgb(237, 72, 72);
    position: relative;
}