html,
body {
  height: 100%;
  margin: 0;
  font-family: arial;
  background: #1f232a;
  color: #ffffff;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  text-align: center;
  margin: 0;
}

a {
  color: #00c3ff;
}

.sick-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-height: 100%;
}

svg {
  display: block;
}

.linkedin-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: black;
  padding: 4px 9px;
  border-radius: 2px;
  background-color: #e3e3e3;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif;
  letter-spacing: -0.5px;
}
.linkedin-link:hover {
  background: #d5d5d5;
}
.linkedin-links svg {
  display: block;
}
