body {
    height: 100%;
    background-color: #e6f7f415;
    grid-template-rows : 5% 90% 5%;
    grid-template-columns: 5% 90% 5%;
    /* grid-template-columns: 2% 55% 3% 29% 11%; */
}

#package{
    grid-column : 2;
    grid-row : 2;
}

.title{
    text-align: center;
    font-size: 2em;
    font-weight: 100;
    color: #acdfba;
}

.texte{
    color: #5ea972d8;
}

.legende{
	font-size: 1.4em;
	font-weight: 100;
	color: #5ea972d8;
}


.myButton {	
	box-shadow: 0px -1px 1px 0px #838782;
	background:linear-gradient(to bottom, rgb(154, 174, 151) 5%, #567c50 100%);
	background-color:#9aae97;
	border-radius:12px;
	border:1px solid #9aae97;
	display:inline-block;
	cursor:pointer;
	color:#002804;
	font-family:Trebuchet MS;
	font-size:15px;
	padding:10px 20px;
	text-decoration:none;

	margin-right: auto;
	margin-left: auto;
}

.myButton:hover {
	background:linear-gradient(to bottom, #c7fbbe 5%, #366b2e 100%);
	background-color:#96f0aed8;
}

.myButton:active {
	position:relative;
	top:1px;
}

        
.fieldset.legend{
	font-size: 1rem;
	margin: 0;
	color:rgb(195, 15, 15);
}

.fieldset{
	border-style: solid;
	border-color: rgb(195, 15, 15);
}
