* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-x: hidden;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}