html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.5em;
}

body {
  font-family: Verdana, Helvetica, sans-serif;
}

p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none !important;
}

ul li {
  font-size: 14px;
  line-height: 28px;
}

.navbar {
  border-style: solid;
  border-width: 5px 0 0 0;
  position: absolute;
  z-index: 10;
}

#home {
  height: 100vh;
}

footer ul li {
  padding: 0 10px;
}

.social {
  margin-bottom: 20px;
}

.social a {
  padding: 10px;
  margin: 10px;
  font-size: 24px;
  border: 1px solid black;
  border-radius: 50px;
}
