:root {
    --color-primary: #3d82d1;
}

body {
    background: linear-gradient(to bottom, #fff, #e9edfb);
    font-size: 18px;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1,
h2,
h3 {
    font-weight: 500;
}

h2 {
    font-size: 1.5rem;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    min-height: 95vh;
}

.container-inner {
    width: clamp(20rem, 50vw, 35rem);
    display: flex;
    flex-direction: column;
    padding: 3rem;
    border: 2px solid #d8e0f8;
    border-radius: .5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.container-inner object {
    width: clamp(7rem, 10vw, 11rem);
    padding: 1rem 0;
}

.container-top,
.container-bottom {
    height: 8rem;
    text-align: center;
}

.instatext-logo {
    justify-self: flex-end;
    padding: 2rem 0;
}

.instatext-logo object {
    width: clamp(8rem, 10vw, 12rem);
}

p {
    color: #6c7699;
}
