div.buttons {
    margin: 40px 60px;
    display: flex;
    justify-content: center;
    gap:10px;
}

div.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

button {
    width: 100px;
    height: 30px;
}
