.ant{
    background-image: url("../images/ant.gif");
}

.start-button{
    position: absolute;
    width: 100%;
    border:none;
    background: black;
    color: green;
    font-size: 60px;
   
}

.alive{
    border-style: solid;
    border-color: white
}

.dead{
    background: red !important;
   
}

.score-board{
    top:10px;
    left: 10px;
    border-style: dashed;
    border-color: gold;
    padding: 8px;
}

.circle{
    border-radius: 50%;
}

.restart{
    bottom: 10px;
    right:10px;
    width:80px;
    height:80px;
    background-image: url(../images/restart2.jpg);
}

.restart:hover{
    background-image: url(../images/hover2.jpg);
}