#reportContainer {
    height: 89vh;
    width: 99vw;
}

#dashboardContainer {
    height: 89vh;
    width: 99vw;
}

#buttonsWrapper {
    text-align: center;
    padding-top: 50px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}

#buttonsWrapper a {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    display: inline-block;
    text-align: center;
}

    #buttonsWrapper a:hover {
        font-size: 120%;
    }

#tileContainer {
    width: 400px;
    height: 350px;
}