@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";.ubuntu-light{font-family:Ubuntu,serif;font-weight:300;font-style:normal}.ubuntu-regular{font-family:Ubuntu,serif;font-weight:400;font-style:normal}.ubuntu-medium{font-family:Ubuntu,serif;font-weight:500;font-style:normal}.ubuntu-bold{font-family:Ubuntu,serif;font-weight:700;font-style:normal}.ubuntu-light-italic{font-family:Ubuntu,serif;font-weight:300;font-style:italic}.ubuntu-regular-italic{font-family:Ubuntu,serif;font-weight:400;font-style:italic}.ubuntu-medium-italic{font-family:Ubuntu,serif;font-weight:500;font-style:italic}.ubuntu-bold-italic{font-family:Ubuntu,serif;font-weight:700;font-style:italic}:root{--background-color: #A0AD91;--border-color: #000;--button-hover-color: rgba(0, 0, 0, .4);--button-active-color: rgba(0, 0, 0, .8);--animation-from-color: #000;--animation-to-color: #A0AD91}html,body{height:100%;margin:0}body{background-color:var(--background-color);display:flex;align-items:center;flex-direction:column;justify-content:center}svg{height:16px;vertical-align:text-top}.button{border:2px solid var(--border-color);background-color:var(--background-color);cursor:pointer;font-size:16px;margin:0 .5rem;padding:.75rem 1.5rem;transition:background-color .3s,color .3s}.button:hover{background-color:var(--button-hover-color)}.button:active{color:var(--background-color);background-color:var(--button-active-color)}.d-inline{display:inline-block}.label,.section{margin:.5rem 0;text-align:center}.mx-1{margin-left:.25rem;margin-right:.25rem}#life-cells,#iterations{font-size:18px;font-weight:700}#table{background:#0000001a;border:solid 5px}#version{font-size:1rem}td[state=revive],td[state=die]{animation-duration:.75s;animation-fill-mode:forwards}td[state=revive]{animation-name:revive}td[state=die]{animation-name:die}@keyframes die{0%{background:var(--animation-from-color)}to{background:var(--animation-to-color)}}@keyframes revive{0%{background:var(--animation-to-color)}to{background:var(--animation-from-color)}}
