#placeholder {
  width: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  display: none;
}

#drop-area {
  width: 500px;
  height: 300px;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  display: none;
}

#img-view {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px dashed black;
  background-color: aliceblue;
}

#img-view img {
  width: 100px;
  margin-top: 25px;
}

#img-view span {
  width: 100px;
  font-size: 12;
  margin-top: 15px;
}

.buttonContainer {
  height: 200px;
  position: relative;
}

.buttonCenter {
  margin: 0;
  position: absolute;
  top: 600px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 16px;
}

#drop-area {
  margin: 0 auto;
}

#welcomeButton{
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  border-color: red;
  background-color: yellow;
  font-size: large;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: red;
}

#logo{
  display: block;
  height: 400px;
  width: 1200px;
  margin:0 auto;

}

#result{
  display: flex;
  position:relative;
  align-content: center;
  justify-content: center;
  bottom: 400px;
}
#correct{
  display: none;
  position: absolute;
  height: 400px;
}

#incorrect{
  display: none;
  position: absolute;
  height: 400px;
}

#hotdogRefs{
  display: none;
  position: relative;
  left: 1200px;
  top:100px;
}

#hotdogButton{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-color: red;
  background-color: yellow;
  font-size: small;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: red;
}