
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;

  background-color: #000;
}

h1{
  text-align: center;
  color: lightyellow;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #164563;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.empty{
  color: red;
  font-style: italic;
  text-align: center;
}

.desccategory{
  background-color: #ccc;
  padding: 3px;
  text-align: center;
  margin-bottom: 15px;
}

.h15{
  height: 15px;
}