html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a.linkedin-button {
    display: inline-block;
    background-image: url('../images/linkedin-logo.png'); /* Replace 'linkedin-logo.png' with your image path */
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px; /* Set the width and height according to your image */
    height: 35px;
    text-indent: -9999px; /* Hide the anchor text */
}