@font-face {
  font-family: "Rubik";
  src: url("../Rubik/static/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .w50 {
    width: 45%;
    float: left;
    margin: 10px;
    justify-content: space-between;
  }
  main {
    justify-content: space-between;
    display: flex !important;
    justify-content: center;
  }
  #imgDisplay {
    border: 2px solid #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 40px;
    display: contents;
    max-height: 470px;
    position: relative;
    box-shadow: none;
    border: none;
  }
}
* {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  font-family: "RubikLocal", "Rubik", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  text-decoration: none;
}

body {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
  align-items: center;
  letter-spacing: 4px;
  color: #f9f9f9;
  background-image: url("../wood-1759566_1280.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  background-attachment: fixed;
  z-index: 10;
}

main {
  justify-content: space-around;
}

h1 {
  font-weight: 700;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 40px;
  box-shadow: 0 -0.5em 1em 0 rgb(118, 118, 118), 0 0.5em 1em 0 #3a3a3a;
}

h3 {
  text-align: center;
}

p {
  text-align: center;
}

.container {
  flex-direction: column;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}

header {
  margin: 20px;
  align-self: center;
}

button {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-self: center;
  width: 170px;
  height: 40px;
  border-radius: 10px;
  background-color: #2b2929;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 -0.5em 1em 0 rgb(118, 118, 118), 0 0.5em 1em 0 #3a3a3a;
}
button:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  box-shadow: 0 0 10px 5px #5100ff, 0 0 20px 10px #5100ff, 0 0 30px 15px #5100ff;
}

#app {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

#imageContainer {
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 40px;
  height: 400px;
  box-shadow: 0 -0.5em 1em 0 rgb(118, 118, 118), 0 0.5em 1em 0 #3a3a3a;
}
#imageContainer:hover {
  box-shadow: 0 0 10px 5px #222222, 0 0 20px 10px #525252, 0 0 30px 15px #686868;
}

#imageWindow {
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 40px;
  padding: 0;
  height: 80%;
  position: relative;
  margin-top: 20px;
}

.fetched-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#emailContainer {
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 40px;
  box-shadow: 0 -0.5em 1em 0 rgb(118, 118, 118), 0 0.5em 1em 0 #3a3a3a;
}
#emailContainer:hover {
  box-shadow: 0 0 10px 5px #222222, 0 0 20px 10px #525252, 0 0 30px 15px #686868;
}

.assigned-image {
  max-width: 100%;
  margin-top: 20px;
}

#assignedEmails {
  margin-top: 20px;
}

#assignedEmails div {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

input, select {
  background-color: #2b2929;
  border-radius: 30px;
  padding-left: 10px;
  width: 100%;
  color: #fff;
  margin: 30px 0;
  height: 40px;
}

#emailDisplay {
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 40px;
  align-content: none;
  box-shadow: 0 -0.5em 1em 0 rgb(118, 118, 118), 0 0.5em 1em 0 #3a3a3a;
}
#emailDisplay:hover {
  box-shadow: 0 0 10px 5px #222222, 0 0 20px 10px #525252, 0 0 30px 15px #686868;
}
#emailDisplayul {
  list-style: none;
}

#imgDisplay {
  list-style: none;
  max-width: 100%;
  padding: 10px;
  align-self: center;
}

#imageDisplayer {
  display: block !important;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 40px;
  box-shadow: 0 -0.5em 1em 0 rgb(118, 118, 118), 0 0.5em 1em 0 #3a3a3a;
}
#imageDisplayer:hover {
  box-shadow: 0 0 10px 5px #222222, 0 0 20px 10px #525252, 0 0 30px 15px #686868;
}

.displayed-image {
  border-radius: 40px;
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.validation-message {
  color: red;
  margin-top: 5px;
}

/*# sourceMappingURL=arraystyle.css.map */
