/*------------------------------------------------------------------------------
	reset browsing
------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}

body {
  font-size: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  border: 1px solid 0.666;
}

strong, em, th, dt {
  font-weight: bold;
}

img {
  border: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------
	fields
------------------------------------------------------------------------------*/
body {
  text-align: center;
}

.container {
  margin: auto;
  height: 100vh;
}

.main {
  padding-top: 1vh;
  width: 100%;
}

/*------------------------------------------------------------------------------
	link
------------------------------------------------------------------------------*/
a:link {
  color: blue;
}

a:visited {
  color: #33f;
}

a:hover {
  font-weight: bold;
}

a:active {
  font-style: italic;
}

/*------------------------------------------------------------------------------
	bg image
------------------------------------------------------------------------------*/
body {
  color: #cbb;
}

.main {
  color: #ccc;
}

/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.description {
  font-size: 1.2rem;
}

.logo {
  font-family: "Rubik Dirt", cursive;
  font-size: 4rem;
}

/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
.footer {
  font-size: 1rem;
}

/*------------------------------------------------------------------------------
	article main
------------------------------------------------------------------------------*/
.effects-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  height: 12vh;
}
.effects-list-item {
  padding: 3px;
  cursor: pointer;
}
.effects-list-item__image {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.6rem;
}

.changeImg__image {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80vh;
}/*# sourceMappingURL=style.css.map */