html, body {
		height: 100%;
		margin: 0px;
		width: 100%;
		background: linear-gradient(to right,#309930 0%,#679653 35%,#679653 65%,#309930 100%);
		background-position: center;
		margin: 0;
		padding: 0 0;
		text-align: center;
		color: white;
		font-family: Titillium Web;
    }

.container {
	padding-top:10%;
}
.titulo {
	font-size: 40px;
}
.descripcion {
	font-size: 20px;
	
	margin-bottom: 100px;
}
.discord {
	animation: MoveUpDown 3s linear infinite;	
}

.construccion{
	margin-top:20px;
	font-size: 20px;
	font-weight: bold;
}

@keyframes MoveUpDown {
		0% { transform: translateY(0);}
        50% { transform: translateY(20px); }
}