body{
    font-family: 'Josefin Sans';
    padding: 40px;
}

#outer-div{
    margin: auto;
    width: 100%;
    max-width: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#upper-part{
    font-size: 20px;
    width: 100%;
    border: 2px solid #289E64;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#top-left{
    width: 50px;
    height: 50px;
    border-top-left-radius: 5px;
    background-color: #289E64;
}

#top-right{
    text-align: center;
    padding: 5px;
    border-top-right-radius: 5px;
}

button{
    float: right;
    min-width: 50px;
    min-height: 50px;
    width: 100%;
    height: 100%;
    font-size: 30px;
    border-radius: 10px;
    background-color: white;
    border: 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}

span{
    font-size: 30px;
    font-weight: 900;
    color: #FABD14;
}



#text-ID{
    width: 100%;
    min-height: 50px;
    font-size: 20px;
    border-color: #EA4335;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


#input-table{
    width: 100%;
    margin-top: 10px;
}

#text-col{
    max-width: 250px;
}

#table-id{
    width: 100%;
    border: 2px solid #4285F4;
    margin-top: 10px;
}

#id{
    width: 40px;
    height: 40px;
    border: 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#cell-id{
    width: 50px;
    height: 50px;
}

#data-id{
    color: #EA4335;
    font-size: 20px;
}
