<!--
 body{
     background-color:rgb(255, 255, 200);
 }
 .game{
     position:relative;
     width:600px;
     height:600px;
     background-color:rgb(255, 255, 129);
     margin-right:auto;
     margin-left:auto;
     color:red;
     border-radius:10px;
     border:2px solid gold;
 } 
 .field{
     width:5%;
     height:5%;
     background-color:white;
     border:4px solid black;
     position:absolute;
     border-radius:50%;
 }
 .starter{
     width:5%;
     height:5%;
     border:4px solid black;
     position:absolute;
     border-radius:50%;
 }
 .house{
     width:5%;
     height:5%;
     border:4px solid black;
     position:absolute;
     border-radius:50%;
 }
 .dicer{
     position:relative;
     width:100px;
     height:100px;
     background-color:rgb(177, 177, 110);
     margin-left:auto;
     margin-right:auto;
     border-radius:10px;
     border:2px solid gold;
 }
 .yel{
     position:absolute;
     transition:left 2s, top 2s;
     -webkit-transition:left 2s, top 2s;
     width:6.66666%;
     height:6.66666%;
     background-image: url(../images/FigureY.png);
 }
 .gre{
     position:absolute;
     transition:left 2s, top 2s;
     -webkit-transition:left 2s, top 2s;
     width:6.66666%;
     height:6.66666%;
     background-image: url(../images/FigureG.png);
 }
 .red{
     position:absolute;
     transition:left 2s, top 2s;
     -webkit-transition:left 2s, top 2s;
     width:6.66666%;
     height:6.66666%;
     background-image: url(../images/FigureR.png);
 }
 .bla{
     position:absolute;
     transition:left 2s, top 2s;
     -webkit-transition:left 2s, top 2s;
     width:6.66666%;
     height:6.66666%;
     background-image: url(../images/FigureB.png);
 }
 .ContF{
     position:relative;
     width:100;
     height:100;
     margin:0 auto;
     border-radius:10px;
     border:2px solid gold;
     color:rgb(177, 177, 110);
 }
 .sign{
     position:absolute;
     width:300;
     height:75;
     margin:0 auto;
     border:2px solid gold;
     border-radius:10px;
 }
 .carrot{
     position:fixed;
     left:10;
     top:10;
     background-image:url(../images/carrot_logo.png);
     width:150;
     height:300;
 }
-->
