@font-face {
    font-family: dino;
    src: url("../fonts/Dinosaur Icons.otf");
}

@font-face {
    font-family: panic;
    src: url("../fonts/Panic.ttf");
}

@font-face {
    font-family: stars;
    src: url("../fonts/Starz 2.ttf");
}

body {
    font-family: panic, sans-serif;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

#card {
    background: radial-gradient(circle at center, rgb(255, 255, 255), rgb(147, 206, 255));
    width: 500px;
    height: 600px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.hands {
    font-size: 30px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    color: #0712ff;
}

.dino {
    font-family: dino;
    font-size: 400px;
    background: rgb(90 235 6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 70px;
    left: 0;
    width: 100%;
}

.hb {
    position: absolute;
    top: 460px;
    left: 20px;
    width: 100%;
    color: deeppink;
    font-size: 60px;
    line-height: 0.8;
}

.star {
    font-family: stars;
    position: absolute;
}

.star:nth-child(1) {
    top: 10px;
    left: 400px;
    font-size: 80px;
}

.star:nth-child(2) {
    top: 10px;
    left: -40px;
    font-size: 120px;
}

.star:nth-child(3) {
    top: -40px;
    left: 170px;
    font-size: 80px;
}

.star:nth-child(4) {
    top: 150px;
    left: 460px;
    font-size: 80px;
}

.star:nth-child(5) {
    top: 24px;
    left: 80px;
    font-size: 40px;
}

.star:nth-child(6) {
    top: 10px;
    left: 400px;
    font-size: 80px;
}

.star:nth-child(7) {
    top: 10px;
    left: 400px;
    font-size: 80px;
}

.star:nth-child(8) {
    top: 10px;
    left: 400px;
    font-size: 80px;
}

.star:nth-child(9) {
    top: 10px;
    left: 400px;
    font-size: 80px;
}