/*
::selection {
  color: black;
  background: white;
}
*/

body {
  color: #d5dbe0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background-color: #000000;
  text-align: left;
}

h2 {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
}

img {
  border: 2px solid #cccaca;
  padding-top: 10px;
  padding-right: 3px;
  padding-bottom: 5px;
  padding-left: 3px;
  border-radius: 3px;
}
