body {
    background-image: url(https://cdn.projectvain.com/nft/favcoin/nftbanner.png);
    background-size: 100vw 100vh;
}

.box {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
}

.ca {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: baseline;
    justify-content: center;
    justify-items: center;
    justify-self: baseline;
    width: 100%;
    text-align: center;
    position: fixed;
    color: white;
    font-family: monospace;
    margin-bottom: 1px;
    margin-top: 80vh;
;

}

img {
    border-radius: 15px;
    box-shadow: 0px 0px 100px black;
}

h3 {
  animation: blinker 5s ease infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
