.placeholder-welcome {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    container-type: inline-size;
}

#welcome-title {
    font-size: 150px;
    font-size: max(min(5cqw, 150px), 24px);
}

#welcome-message {
    font-size: 24px;
}

.link-button {
    background-color: rgb(19, 91, 226);
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
}

#coming-soon-button {
    margin-top: 40px;
}