.container-popup {
    display: none;
    width: 50%;
    height: 40%;
    left: 25%;
    top: 20%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 22px;
    border: 0.2vw solid #4286f4;
    opacity: 0;
    z-index: 1000;
}

.container-popup .innercontainer-popup {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    border: 0.2vw solid #fff;
    border-radius: 20px;
    background-color: #4286f4;
}

.container-popup .innercontainer-popup .image-popup {
    position: relative;
    width: 30%;
    height: 30%;
    left: 35%;
    margin-top: 3%;
    border-radius: 90px;
    border: 0.2vw solid #fff;
}

.container-popup .innercontainer-popup .info-popup {
    font-family: "Comic Sans MS", cursive, sans-serif;
    position: relative;
    width: 90%;
    top: 3%;
    left: 5%;
    text-align: center;
    font-size: 1.5vw;
}

.popupwords {
    display: inline-block;
    text-decoration: underline;
}