html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding:0px;
    display: block;
}

a{
    color: #22a7f4;
}

a:hover{
    color:#328bf3;
}

section{
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;

    background-size: cover;
    background-image: url('img/elisabuttussi.jpg');

}

section .cover{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255,255,255,0.5);
}

h1{
    font-size: 3em;
    margin: 0px;
}

article{
    font-family: 'Lato';
    position: absolute;
    display: block;
    background-color: rgba(255,255,255,0.5);
    top: 50%;
    left: 0%;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    transform: translate(0%, -50%);
}