*
{
    padding   :  0;
    margin    :  0;
}
body
{
    background-color   :  #191e2d;
    text-align         :  center;
    font-family        :  sans-serif;
}

h1
{
    display   :  inline;
    color     :  rgb(255, 255, 255);
}

#play
{
    background-color   :  rgb(255, 255, 255);
    border-radius      :  50px;
    border             :  0;
    margin-top         :  2vh;
    cursor             :  pointer;
}

canvas
{
    background-color   :  rgb(255, 255, 255);
    border-radius      :  10px;
    border             :  3px solid rgb(0, 0, 0);
    margin-top         :  5vh;
}

#tempo_label
{
    display            :  none;
    color              :  antiquewhite;
    margin-left        :  8%;
    background-color   :  #e3511c;
    border-radius      :  20px;
    border             :  3px solid rgb(255, 255, 255);
    width              :  10%;
    padding: 8px;
}

#contador_maca
{
    position   :  relative;
    bottom     :  1.5vh;
    color      :  antiquewhite;
}

#contador_label
{
    display   :  none;
}