* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #a6d9d1;
    width: 100%;
    height: 100%;

}

.resource-table-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
    margin-inline: 20px;
}

.container-actions {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 5px;
    flex-direction: row;
}