.head{
 margin:0 auto;
 width:calc(65% + 60px);
 height:80px;
 color:rgb(0, 166, 172);
 text-align:left;
 line-height:100px;
 font-size:20px;
 border-bottom:1px dashed rgb(161, 163, 166); 
}
.title{
 float:right;
 cursor:default;
}
#home{
 margin-top:20px;
}