body {
        background-color: black;
        color: white;
        font-family: Verdana;
        font-size: 40px;
      }
      a:link {
				color:#fff
				}

			a:visited {
				color:#fff
				}

			a:hover {
				color:#fff
				}

			a:active {
				color:#fff
				}
				
			.link {
			  font-size: 100px;
        color: white;
				text-decoration: none;
        transition: font-size 0.3s, color 0.3s;
			  }
			  
			 .link:hover {
			   font-size: 150px;
         color: yellow;
        }