body {
    height: 100%;
}

#before-baby-title {
    font-family: assistant;
    font-weight: 500;
    font-size: 48px;
    color: rgb(34,34,34);
    margin-top: 190px;
    margin-bottom: 40px;
    padding-bottom: 0;
}

#projects-choose-container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

#before-baby-img {
    width: 700px;
}

#before_baby_text_div {
    text-align: right;
    width: 710px;
    margin: auto;
}

#before_baby_des {
    font-family: assistant;
    font-size: 21px;
    font-weight: 500;
    white-space: pre-line;
}

#footer {
    margin-top: 100px;
}

.contact-button {
    width: 380px;
    height: 50px;
    font-family: assistant;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 50px;
    background-color: rgb(34, 34, 34);
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
}

    .contact-button:hover {
        color: rgb(37, 144, 232);
    }

#before_baby_des_2 {
    margin-top: 20px;
    font-family: assistant;
    font-size: 21px;
    font-weight: bold;
    white-space: pre-line;
}

#before_baby_des_3 {
    font-family: assistant;
    font-size: 20px;
    font-weight: 200;
    white-space: pre-line;
}

#middle-line{
    height: 3px;
    border: none;
    background-color: rgb(255, 46, 90);
}

@media screen and (max-width:1070px) {
    #before-baby-title {
        margin-top: 230px;
    }

    .contact-button {
        width: 500px;
        height: 70px;
        font-size: 35px;
        line-height: 70px;
        margin: auto;
        margin-top:50px;
    }

    #footer{
        margin-top: 800px;
    }

}
