
.all{
	 margin:20px;
	}
.todo{
	width:100%;
	 display:inline-grid;
	 margin-left: 40px;
	}

.text {
	 text-decoration: none;
     color:black;	 
	}	
.input{
		background-color:white;/*no funciona*/
	}
.notext{
	 text-decoration: none;
     color: black;
      white-space: nowrap;
	 }
 #calcular{
	margin-left:50px;
}