﻿body {

    background-color:green;
    font-family:Arial;
}


.chicken{

    height:100px;
    width:100px;
    float:right;
    
}

.chickennumber {
    height: 100px;
    width: 100px;
    position: absolute;
}

.chickenDiv {
    height: 100px;
    width: 5%;
    

}

.lane{

    border-top:solid;
    border-bottom:solid;
   
    width:100%;

}

.finish{

    display:inline-block;
    background-color:sandybrown;
    float:right;
    height:100px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    font-size:x-large;
}

.button{

    cursor:pointer;
    /*float:left;*/
    border: solid 2px black;
    border-radius:10px;
    padding:10px;
    width:fit-content;
    margin:10px;
    font-weight:700;


}