body,
html {
  height: 100%;
}
body body,
html body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #333333;
  color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

img {
  max-width: 1100px;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.button {
  background-color: #444444;
  outline: none;
  font-size: 20px;
  border: none;
  margin-right: auto;
  margin-left: auto;
  color: whitesmoke;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.button:hover {
  background-color: #575757;
}
.button .button:hover + * {
  filter: brightness(0);
}
.button .button:has(+ *:hover) {
  filter: brightness(0);
}

#fileSelect {
  display: inline-flex;
  cursor: pointer;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 10px;
  margin: 10px 0px;
  transition: all 0.3s ease-in-out;
  background-color: #212121;
}
#fileSelect:hover {
  background-color: #2c2c2c;
  color: #dddddd;
}

#Back {
  width: 130px;
  height: 50px;
  border-radius: 40px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  background-color: #6d6e6e;
  top: 20px;
  left: 10px;
  font-size: 2em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.4s;
}
#Back:hover {
  background-color: #818181;
}

input[type=file] {
  display: none;
}

nav {
  position: absolute;
  top: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2em;
}

#preview-container {
  overflow: hidden;
  width: 100px;
  height: 100px;
}

#title {
  position: absolute;
  top: 0;
}

.warning {
  position: absolute;
  bottom: 0;
}

#topWar {
  bottom: 40px;
}

#bottomWar {
  bottom: 0px;
}

#imgName {
  outline: none;
  border: none;
  background-color: #6d6e6e;
  border-radius: 10px;
  width: 200px;
  color: whitesmoke;
  height: 25px;
  font-size: 20px;
  text-align: center;
  display: flex;
}

#other-stuff {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h2 {
  position: absolute;
  top: 46%;
  z-index: 10;
}/*# sourceMappingURL=ImgCrop.css.map */