body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: white;
    text-align: center;
    position: relative;
}
h1 {
    font-size: 45px;
    margin-bottom: 20px;
}
.counter {
    font-size: 250px;
    font-weight: bold;
}
.dm-link {
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    color: gray;
    text-decoration: none;
}
.last-expose {
    position: absolute;
    bottom: 5px;
    font-size: 16px;
    color: gray;
    text-decoration: none;
}
.dm-link:hover {
    text-decoration: underline;
}