
body {
    background: linear-gradient(270deg, #1d2f99, #00c3ff, #6a00ff);
    background-size: 600% 600%;
    padding-left: 20px;
}



.starting {
    color: rgb(255, 255, 255);
}
.Chad {
    border: 100px;
    border-color:rgb(0, 195, 255);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Chad:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgb(255, 255, 255);
}


p {
    color: rgb(255, 255, 255);
}

.biggy {
    font-size: 100px;
}

.img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cbiggy {
    font-size: 200px;
    margin: 0;
    line-height: 1;
    
}


.glass {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 20px;
    width: 300px;
    color: white;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.fancy {
    position: relative;
    display: inline-block;
}
