.clock {
    position: absolute;
    left: 3%;
    top: 260px;
    padding: 50px;
    border-radius: 20px;

    background: linear-gradient(135deg, rgb(255, 154, 158, 0.3), rgb(254, 207, 239, 0.4), rgb(253, 252, 251, 0.1));
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(40px);

    color: white;
    text-align: center;

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.clocktitle {
    font-size: 18px;
}