:root {
    font-size: 20px;
}

body {
    background-color: #edfff3;
}

button {
    height: 40px;
    width: 100px;
    background-color: #c8e3d1;
    border: 2px solid #4fa16a;
    border-radius: 10px;
    margin: 3px;
    font-size: 15px;
}

button:hover {
    cursor: pointer;
}

