#container{
    text-align: center;
}
#logo{
    width: 90%;
    padding: 5%;
}
h1 {
    color: #111;
    font-family: sans-serif;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 7px;
    line-height: 1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
}
h2 { 
    color: #111;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 15px;
    text-align: center;
}
#footer{
    margin-top:50px;
    width:100%;
    height:10px;
	text-align:center;
}
#marco{
    width: 70%;
    border: 3px solid #000;
    text-align: center;
    margin: auto;
}