html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.subjectHidden {
    display: none;
    visibility: hidden;
}

.weatherIframe {
    width: 100%;
    height: 100%;
}

.zone-1 {
    background-color: #727bd2;
}

.zone-2 {
    background-color: #cc5c53;
}

.zone-3 {
    background-color: #2BABAB;
}

.zone-4 {
    background-color: #ff9747;
}

.zone-5 {
    background-color: #00af2c;
}

.zone-6 {
    background-color: #F527EB;
}

.zone-7 {
    background-color: #C7C756;
}

table {
    width: 100%;
}

.imgbox {
    display: grid;
    height: 100%;
}

.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.outerDiv {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centering y-axis */
    align-items: center; /* Centering x-axis */
}

.imgCenter {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.headerRecieved {
    width: 325px;
    background-color: whitesmoke
}

.headerName {
    width: 150px;
    background-color: whitesmoke
}

.headerMessage {
    background-color: whitesmoke
}

.cellx {
    font-size: x-large;
    color: black;
}

.cellxx {
    font-size: xx-large;
    color: black;
}
	 