/*.popup{*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  position: fixed;*/
/*  z-index: 9999;*/
/*  align-items: center;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  background-color: rgb(3, 38, 68);*/
/*}*/

#gif-container {
    width: 100vw;
    height: 100vh;
    background-color: blueviolet;
    overflow: hidden;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
    top: 0;
    left: 0;
}
#gif-container img {
    width: 10%;
    height: auto;

}
.error{
    color: red;
}

