.menu{
    background-color: pink;
    width:200px;
    color:white;
    text-align:center;
    margin:auto;
    border:1px solid black;
    text-decoration: none;
    padding:10px 20px;
}
#google{
    background-color:lightblue;
    width:200px;
    color:white;
    text-align:center;
    margin:auto;
    border:1px solid black;
    text-decoration: none;
    padding:10px 20px;
}
.image{
    width:15%;
    height:15%;
}
body{
    background-color: lightgrey;
}