﻿.dat-layout-head {
  background-color: #f0f2f5;
}

.dat-layout-body {
  background-color: white;
}

.dat-layout-foot {
  background-color: #f0f2f5;
}

body {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
*::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.2);
}

a {
  cursor: pointer;
}

.nav-link,
.nav-link:hover {
  color: black;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}
