body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #e8e8e8;
    font-family: "Inter", sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 20px
}

.heading {
    font-size: 1.875rem;
    font-weight: 700;
}

a {
    color: #3182CE;
    text-decoration: none;
}