*{
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

body{
    background-color: #f4f4f4;
    padding: 30px;
    min-width: 520px;
    width: 100%;
}

.checkbox_star{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #07280e;
    border: 1px solid #000;
    width: fit-content;
    padding: 10px;
    height: 100px;
    margin: auto;
    margin-top: 100px;
    color: gold;
    width: 470px !important;
    border-radius: 4px;
}

.checkbox_star .box{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 20px;
    height: 20px;
    size: 30px;
    margin: 5px;
    border: 2px solid gold;
    border-radius: 100%;
    cursor: pointer;
    box-sizing: content-box;
}

.bgyellow{
    background-color: gold;
    color: #07280e;
}

.forHover{
    background-color: gold;
    transition: all 0.1s ease-out;
}

.reset{
    background-color: #f4f4f4;
    padding: 4px 20px;
    margin-left: 10px;
    font-size: 16px;
    border: 1px solid white;
    cursor: pointer;
    color: #07280e;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    transition: all 0.14s ease-out;
}

.reset:hover{
    background-color: white;
    transform: scale(1.1);
    box-shadow: 0px 5px 7px #000;
}

.reset:active{
    transform: scale(1);
}

.stars{
    position: absolute;
    padding-top: 60px;
}

.showData{
    width: fit-content;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

table{
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #637066;
    width: 470px !important;
    border-radius: 4px;
}

table th{
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 5px 20px;
    border-radius: 2px;
}

table td{
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 5px 0;
    color: #808d83;
    border-radius: 2px;
}

/* .b10{
    background-color: yellow;
} */