body {
    background-color: #f4f8ff;
    font-family: "Roboto", serif;
    color:rgb(121, 121, 121);
}

.mb2{
    margin-bottom: 2rem;
}

.title-container h1{
    color: #0047AB;
    font-size: 2rem;
    font-weight: 600;
}

.input-text-container{
    background-color: white;
    border-radius: 0.5rem;
    padding: 1rem 0 1rem 1rem;
    margin:0.3rem 0 0.3rem 0;
    resize: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.input-text{
    width:100%;
    background-color: white;
    resize: none;
    border: none;
}

.input-text:focus{
    outline: none;
}

.icon:hover{
    cursor: pointer;
}

.count{
    background-color: white;;
    height: 6rem;
    margin:0.3rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding:0.9rem;
}

.count span{
    font-size:1.8rem;
}

.count p{
    font-size:0.8rem;
    margin: 0;
}

h2{
    font-size:1rem;
    color:rgb(73, 73, 73);
}

h3{
    color:rgb(73, 73, 73);
}

.table td, .table th{
    background-color: transparent;
    color:rgb(128, 128, 128);
    font-size:0.8rem;
    padding:0.4rem 0 0.4rem 0;
    min-width: 7rem;
    min-width: 9rem;
}