body {
    background-color: #001c3c;
    color:white;
}


p{
    font-size: 5.8rem;
	font-weight:600
	
}
p.money{
	font-size: 4.9rem;
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {

    p {
        font-size:2.5rem;
    }
	p.money{
		font-size:2.5rem;
	}

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size:3.5rem;
    }
	 }
	p.money{
		font-size:2.5rem;
	}
}

/* For 1024 Resolution */  
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)  
{  p {
        font-size:3rem;
    }
}  



