#wrapper-canvas canvas{
    max-width: 100%;
}
.ak{
    color: rgb(0, 217, 255);
    font-family: 'Times New Roman', Times, serif;
    font-weight: 80%;
}


.popup{
    display: flex;
    background: rgba(0, 0, 0, 0.89)/contain transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3rem;
    z-index: 100;
    
}

.popup-content{
    height: 350%;
    width: 92%;
    background: #191919;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    left: 5%;
    bottom: -10px;
    
}
.close{
    display: flex;
    position: absolute;
    background: #0fdfe2c5;;
    justify-content: center;
    pointer-events: auto;
    align-items: center;
    border-radius: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    top: 15px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(252, 21, 21, 0.986);
    box-sizing: border-box;
    transition: transform 0.30s ease-in-out;
}
.close:hover{
    transform: rotate(180deg) scale(1.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tags-container{
    position: absolute;
    display: flex;
    width: 90%;
    bottom: 30%;
    

}
.aboutp{
    margin-bottom: 15%;
    color: rgb(201, 239, 226);
    top: -15px;
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  font-family: "Sacramento", cursive;
  text-align: center;
  -webkit-animation: blink 12s infinite;
  animation: blink 12s infinite;
    
}

.tags-container1{
    margin-top: auto;
    position: absolute;
    display: flex;
    width: 90%;
    bottom: 39%;

}
.tag{
color: #ffffff;
background: #ffffff00;
border-bottom: #191919;
border-radius: 10%;
gap: 20%;
border: 1px solid #444;
padding: 0.4em 0.8em;
border-radius: 50px;
margin-bottom: 0.5em;
margin-right: 0.5em;
}
.coderimg{
    height: 200%;
    width: 150%;
    display: flex;
}