.up{
	text-decoration-line: none;
	color: white;
}

.button {
    background-color: #4CAF50;
    border-radius: 3px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 30px;
    margin: 2px;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(to right, #ADADAD, #505050, #ADADAD);
}

.button:hover{
	color: red;
}

.down{
	text-decoration-line: none;
	color: black;
	font-size: 20px;
}

.down:hover{
	color: red;
}
h1{
	font-size: 40px;
}