* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #fff;
  --secondary-color: #1d1d1d;
  --tertiary: #357edd;
  --quaternary: #101010;
  --quinary: #aaaaaa;
  --shadow-color: #00000057 0px 2px 8px;
}

html {
  background-color: #1d1d1d;
}

.back {
  margin: 2rem 0;
}

.back a {
  text-decoration: none;
}

.back a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--quinary);
  font-size: 2.5rem;
  color: var(--quaternary);
}

.imgcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgcon .imga .imgs {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 90vw;
}
@media (min-width: 500px) {
  .imgcon .imga .imgs {
    width: 500px !important;
  }
}/*# sourceMappingURL=arts.css.map */