@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
}

h1, p, a, h2, h3, li, label {
    font-family: "Montserrat";
}

h1 {
    font-weight: 800;
    font-size: 48px;
}

h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.bg {
    position: absolute;
    z-index: -1;
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
}

.limiter {
    display: flex;
    flex-direction: column;
    width: 87%;
    height: 100%;
}

.limiter1 {
    display: flex;
    flex-direction: column;
    width: 75%;
    height: 100%;
}