.one{
	background: linear-gradient(to right, #5AA1FF, #ECECEC, #ECECEC);
	padding: 10px;
	text-align: center;
	font-size: ;
	font-weight: ;
	color: white;
	height: 215px;
	display: grid;
	grid-template-columns: 1fr 1fr;

}

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

.button {
    background-color: #4CAF50;
    border-radius: 3px;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    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;
}