﻿.main{
     background:#FFC0CB;
     font-size:20px;
     font-weight:bold;
     color:red;
}
.tel{
     width:160px;
     height:45px;
     background:yellow;
     box-shadow: 0px 1px 0px 2px #b8860b;
     border-radius:10px;
     font-size:15px;
     font-weight: bold;
     line-height:0em;
}
a{
   text-decoration: none !important;
   color:blue;
}
