#polebg{
    background-image: url('../assets/img/pole/polebgd.png');
    background-size: 15vw;
}

#angelictxt{
    position:absolute;
    left: 50vw;
    top: 13vw;
    width: 31vw;
}

#pole{
    position: absolute;
    width: 100vw;
}

#logoff{
    position: absolute;
    font-family: 'coralpixels';
    font-size: 1.9vw;
    line-height: 1;
    transform: skew(-10deg);
    top: 35vw;
    left: 75vw;
    pointer-events: none;
}

#dove{
    display: block;
    position: absolute;
    width: 25vw;
    height: auto;
    top: 32vw;
    left: 74vw;
}


#doveaway{
    animation: doveaway 2s forwards;
    display: block;
    position: absolute;
    width: 25vw;
    height: auto;
    top: 32vw;
    left: 74vw;
    cursor: pointer;
}

@keyframes doveaway{
    to{translate: 22vw -38vw;}
}

#portal{
    position: absolute;
    width: 5vw;
    top: 42.9vw;
    left: 82.8vw;
}

#portal:hover {
    animation: clickanim3 1s ease infinite;
    cursor: pointer;  
  }
  
  @keyframes clickanim3{
    0%{transform: rotate(-20deg) scale(2);}
    50% {transform: rotate(20deg) scale(2.3);}
    100%{transform: rotate(-20deg) scale(2);}
  }






