html, body{
    height: 100%;
}

body{
    margin: 0;
}

.icon-padding {
    margin-top: .7rem;
    margin-left: .7rem;
}

#central-div{
    height: 50%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#central-div-report{
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.select-date{
    height: 50px;
    width: 30%;
}