main {

    background-color: #f9fafb;
}

.container {
    width: 100%;
    display: flex;
    margin-top: 70px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

img {
    pointer-events: none;
    user-select: none;
}

.textContainer {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

h1 {
    color: rgb(17, 25, 40);
    margin-bottom: 12px;
}

p {
    font-weight: 400;
    font-size: 18px;
    color: rgb(107, 114, 128);
    margin-top: 0px;
    margin-bottom: 22px;
}

button {
    border: none;
    outline: none;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 12px;
    font-family: Inter;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    background: rgb(28, 100, 242);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

button svg {
    margin-right: 8px;
    margin-bottom: 2px;

}