BODY {
  background: rgb(51, 51, 51);
  margin: 0;
  padding: 0;
  width: 100%;
}
.col {
  float: left;
  width: 20vw;
}

p {
  padding:0;
  border:0;
  margin:0;
  color: white;
  text-align: center;
  float: left;
  font-size: 4.5vw;
  margin: 1vw;
  width: 4.5vw;
  height: 4.5vw;
}
button{
  background-color: gray; /* Green */
  border: none;
  padding: 1vw ;
  color: white;
  font-size: 1.3vw;
  max-width:5vw;
  border-radius: 0.5vw;
  text-transform: uppercase; 
  margin-top:5vh;
}
button:hover {
  opacity: .50;
}
.card{
    width: 15vw;
    height: 20vw;
    background-color: gray;
    margin: auto;
    margin-top:2.5vh;
    border-radius:10%;
    border: transparent solid 5px;
}

.num{
    text-align: center;
    font-size: 10vw;
    top: 2.5vw;
    position: relative;
}
.eff{
    width: 10vw;
    padding:2.5vw;
    height: 15vw;
    text-align: center;
    position: relative;
    display:inline-block;
}
.plan{
    width: 25vw;
    height: 12.5vw;
    position: relative;
}
.circ{
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    padding: 0.3vw;
    background-color: lightgray;
    position: relative;
    display: block;
    left: 1.5vw;
    text-align: center;
    font-size: 2.3vw;
    z-index: 1;
    margin: auto 0;
}
.high{
	top:2vw;
}
.low{
	top: 3vw;
}
.vis{
	visibility:hidden;
}
.houserow{
	height: 6vw;
    position: relative;
    display: block;
    top: -7vw;
    margin-left: 7vw;
}
form,p{clear:both;
    overflow:hidden;
}
.check-colours {
	overflow:hidden;
	position:relative;
	padding: 0.1vw;
	margin-left:1vw;
	border:0.2vw solid black;
	float:left;
	margin-top:1.5vw;
}
.check-colours span{
   font-size: 1.5vw;
   font-weight:bolder;
   padding:0 0.2vw;
}
input.check-colour, label.check-colour span {
	position:absolute;
	left:-999em;
}
label.check-colour {
	width:1.5vw;
	height:1.5vw;
	float:left;
}

.check-colours div{
	float:left;
}
.house{
	background:black;
	margin:1px;
}
.logo{
    padding:0;
}
.logo img{
    height:30px;
    object-fit: contain;
    padding:1px;
}
#flipCount{
    color:white;
    font-size:1.5vw;
    margin-top: 5vw;
    text-align:right;
}
#flipCount::after{
    content:"/26";
}