body{background: linear-gradient(to right, red, orange , yellow);font-family: times;text-align:center;}
.container{width:700px;  margin:auto; margin-top:40px; padding:30px; background:yellow; border-radius:15px; box-shadow:0px 10px 25px rgba(0,0,0,0.3);text-align:center;}
.titolo{font-size:50px; color:black; font-weight:bold;margin-bottom:50px; text-decoration:underline; }
.sottotitolo{ font-size:30px; color:darkgrey; margin-bottom:35px;}
.scritta{font-size:20px;margin-bottom:20px;}
.menu{margin-top:50px;}
.link{ display:block; text-decoration:none; font-size:20px; color:white; background:grey; padding:12px; margin:10px auto; width:400px; border-radius:8px; }
.link:hover{ background:darkgrey; transform:scale(1.05); text-decoration:underline; transition:0.1s}