#warning_container{
  display: none;
  z-index: 100;
  position: fixed;
  width: 90%;
  height: 65%;
  top: 15vh;
  left: 5%;
  baCkground-color: #FB7474;
  justify-content: space-around;
  align-items: center;
}
.warning_content{
  width: 65%;
}
.warning_img{
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}
.warning_img img{
  max-width: 100%;
}
.warning_content p{
  text-align: center;
  margin-bottom: 2%;
  font-size: 2em;
}
.warning_closebutton{
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin-bottom: 2%;
  font-size: 2em;
}
