﻿body {
}

.list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 2px;
    width: 100%;
}



.button {
    padding: 10px 20px;
    margin: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

    .button:hover {
        background-color: #45a049;
    }
