/* Styling for HTML elements */
 @media (max-width: 600px){
  .phone {
    font-weight: bolder;
    font-style: italic ;
  }
}