@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap'); body {width:100%; float:left; height: 100vh; margin:0; padding:0; font-family:Poppins; font-weight:400; color:#444444; background-size:cover; background-position: center;} .blocco {width:360px; height: 360px; text-align: center; position:absolute; top:50%; margin-top:-120px; left:50%; margin-left:-180px;} strong {font-weight:600;} .link {padding:0 10px; color:#FFF; background:#94C12A; display:block; line-height:40px; width:120px; text-decoration:none;} .link:hover {color:#FFF; background:#7A9C5A; text-decoration:none;}