@import url("https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300&display=swap");

:root {
  --background-color: white;
  --main-color: rgb(234, 155, 75);
  --sub-color: rgb(255, 226, 192);
  --dark-color: rgb(20, 20, 20);
}

body {
  background-color: var(--dark-color);
  font-family: "Signika Negative", sans-serif;
  color: var(--background-color);
  margin: 15px 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: rgb(3, 94, 130);
}

li {
  list-style: none;
}

html {
  padding: 0;
  margin: 0;
  width: 100%;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* class*/
.top {
  height: 100px;
  font-size: 30px;
}

.row_1 {
  height: 380px;
}
.item {
  flex-direction: column;
  margin: 0 10px;
}
.ani_poster {
  width: 200px;
  height: 300px;
}
.info {
  display: block;
  width: 100%;
  height: 110px;
}
