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

body {
    background: #E9C400;
    width: 90%;
    height: 55%;
}

html{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-responsive{
    max-height: 300px;
}

.button-width {
    width: 15%;
    height: 15%;
}

.delete-row {
    position: relative;
    display: inline-block;
    padding: 5px;   
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
}