@font-face {
  font-family: 'UtromPressKachat';
  src: url('/assets/fonts/UtromPressKachat.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  font-family: UtromPressKachat, Arial, Helvetica, sans-serif;
  font-size: 17px;
}

#app {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.title > h1,
.list > ul > li {
  background-color: white;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: normal;
}

.title > h1 {
  text-transform: uppercase;
  font-size: 23px;
}

.title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.list > ul > li {
  margin: 15px;
}

.list {
  margin: -15px;
  max-width: 480px;
  min-width: 350px;
}

.title > img {
  position: absolute;
  top: 0;
  left: 0;
}
