/*body*/
* {
  box-sizing: border-box; 
 }
 
body {
    font-family: "Roboto", Noto Sans, Arial, sans-serif;
    color: #fff;
    background: #5da130;
    background-size: cover;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
 .phone-container {
            cursor: pointer;
            color: blue;
            text-decoration: underline;
            font-size: 20px;
            margin: 50px;
        }
        .hidden {
            display: none;
			
        }
 .phone-number {
            font-size: 20px;
            margin: 50px;
        }