body {
    background-image: url("../images/bg.png");
}

.landing-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-content {
    position: fixed;
    left: 30px;
    bottom: 100px;
    z-index: 0;
}

.landing-content .paragraph-1 {
    font-family: "Poiret One", serif !important;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
    /*word-spacing: 0.15em;*/
    /*letter-spacing: 0.05em;*/
}

.landing-content .paragraph-2 {
    margin-top: 12px;
    font-family: "Montserrat", serif !important;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
    body, .landing-content .paragraph-2 {
        font-size: 20px;
    }

    .landing-content .paragraph-1 {
        font-size: 28px;
    }

    .landing-content {
        left: 20px;
    }

    input {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    input, input::placeholder {
        font-size: 14px !important;
    }
}
