.home_frame {    
    align-items: center;
    width: 100%;
    height: 100%;  
    position: relative; 
    overflow: hidden;   
}

.home_framelabel {
    width: 100%;
    float: right;
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    position: relative;
    margin: 0%;
    padding: 0%;
    color: black;
}

.home_frameDateDisplay {
    font-weight: bolder;
    font-style: normal;
    font-size: xx-large;
    width: 100%;
    float: right;
    text-align: center;
    position: relative;
    color: black;
    margin: 0%;
    padding: 0%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
    height:50%;
    min-width: 300px;
    min-height: 300px;
}