* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    text-align: center;
}

button {
    background-color: #000;
    color: #fff;
    padding: 18px 22px;
    border-radius: 18px;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #343434;
}

.download-button-text {
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
}

.download-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.download-button-icon {
    font-size: 34px;
    margin-right: 6px;
}

h3 {
    font-family: "SF Pro Display Bold", "SF Pro Display Bold Placeholder", "-apple-system", "BlinkMacSystemFont", sans-serif;
    font-size: 27px;
}

h1 {
    font-size: 78px;
    margin: 0 auto 35px;
    max-width: 800px;
}