body
{
    font-family             :  'Ubuntu', sans-serif;
    text-align              :  center;
    background-image        :  linear-gradient(to bottom, #191e2d, rgb(0, 0, 0));
    background-attachment   :  fixed;
}

.carta
{
    background-color   :  #ffffff;
    width              :  200px;
    height             :  300px;
    display            :  inline;
    margin-top         :  2vh;
    cursor             :  default;
    border-radius      :  20px;
    border             :  0;
    transition         :  background-color 1s;
}

#play
{
    background-color   : rgb(255, 255, 255); 
    width              : 150px;
    border-radius      : 50px;
    border             : 3px solid #e3511c;
    box-shadow         : 4px 4px 3px #e3511c;
    height             : 60px;
    position           : absolute;
    right              : 280px;
    top                : 20px;
    cursor             : pointer;
}

#pontuacao
{
    color           :  #93baff; 
    display         :  inline-block;
    margin-right    :  150px;
    border-bottom   :  1px solid;
}

#tentativas
{
    color           :  #93baff;
    display         :  inline-block;
    border-bottom   :  1px solid;
}