

     *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        html{
            font-size: 14pt;
        }
        a{
            text-decoration: none;
            display: block;
            color: #FFF3C0;
        }
	
		.numero {
			color: #2B2129;
		}

        body{
          	font-family: 'Ultra', serif;
            text-align: center;
            background-image: url("Fondo.png");
			background-repeat: no-repeat;
  			background-size: cover;
            color:white;
            font-size: 10rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100vh;
        }
        .botonera{
          display: flex;
          align-items: center;
          justify-content: space-around;
          height: 100%;
        }
         .boto{
          display: flex;
          align-items: center;
          justify-content: center;
         
        
        }
    .puntutacio{
        margin: 30px;
		color: #FFF3C0;
		border: 0px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #2B2129;
		height: 50px;
		border-radius:10px;
		padding: 10px;
		font-size: 1.2rem; 
		font-family: 'Ultra', serif;

    }
     