﻿
.ContainerDefault {
	text-align: center;
}

.Bigger {
	font-size: 20px;
	line-height:1.5em;
}

.newButton {
	margin: 50px 0 0 0;
}

	.newButton a {
		color: black;
		background: #ebeff2;
		padding: 10px;
		border-radius: 5px;
		font-weight: bold;
		color: #000;
		transition: all 0.3s ease-out 0s;
	}

		.newButton a:hover {
			box-shadow: 0 5px 15px #aaa;
			background: #fefefe;
		}
