.logo {
  width: 200px;
  height: 80px;
  background-image: url("https://cdn.prod.website-files.com/6908a8a29eda46d…bd4f591c_Intersolve%20-%20logo%20-%20negative.svg");
  background-size: cover;        /* vult het scherm */
  background-position: center;   /* centreert de afbeelding */
  background-repeat: no-repeat;  /* voorkomt herhaling */
}