﻿:root {
    --white: rgba(255, 223, 173, 1); /*navajo white*/
    --black: rgba(13, 19, 33, 1); /*eerie black*/
    --rose: rgba(255, 237, 223, 1); /*misty rose*/
    --gray: rgba(206, 186, 207, 1); /*lavender gray*/
    --accent: rgba(197, 216, 109, 1); /*june bud*/
}
.zone {
    margin: 20px;
    padding: 20px;
    border: thin;
    background-color: var(--rose);
    display: block;
    border-radius: 15px;
}
.LightGroup, 
.ShadeGroup,
.DrapeGroup,
.PresetGroup,
.Keypads,
.HVACs{
    margin: 10px;
    padding: 10px;
    border: thin;
    background-color: var(--gray);
    display: inline-block;
    border-radius: 5px;
}
.Light,
.Shade,
.Keypad,
.Drape,
.Preset,
.HVAC{
    margin: 10px;
    padding: 10px;
    border: thin;
    background-color: var(--white);
    display: inline-block;
    border-radius: 5px;
}
