html{
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    font-family:'Times New Roman', Times, serif;
}

.month{
    position: relative;
    text-align: center;
    align-items: center;
    font-size:xx-large;
    height: 100%;
    width: 100%;
}

.days{
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
}

.day{
    font-size: larger;
    height:5%;
    width: 5%;
    margin: 4%;
    text-align: center;
}

.last{
    position: fixed;
    left: 0px;
    Top: 0px;
}

.next{
    position: absolute;
    right: 0px;
    Top: 0px;
}

.gridview{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#nothing{
    opacity: 0;
}

