*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

#headRectangle{
    background-color: black;
    color: white;
    height: 76px;
    padding: 24px 21px;
}

body{
    background-color:#CDCDCD;
    /* position: absolute;
    width: 100%; */
    /* height: 100%; */
}

#searchBox{
    margin:29px;
    margin-right: 5px;
    width: 80%;
    height: 65px;
    background: #D9D9D9;
    border: 1px solid #000000;
    padding: 29px;
}

.button{
    background-color: black;
    color:white;
    /* margin-right: 29px; */
    width: 15%;
    height: 65px;
}

.container{
    display: flex;
    margin: 29px;
    justify-content: space-around;
}

table,th,tr,td{
    background-color: #D9D9D9;
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: left;
    padding: 10px;
}

.nameBlock{
    display: flex;
    align-items: center;
}

.nameBlock > span{
    padding-left: 10px;
}
