﻿body {
    height: 100%;
}

#nice-to-meet-title {
    font-family: assistant;
    font-weight: 500;
    font-size: 48px;
    color: black;
    margin-top: 190px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.image-credit {
    font-size: 14px;
    color: black;
    font-family: assistant;
}

#image-credit-1 {
    margin-left: 550px;
    margin-top: 0;
    margin-bottom: 0;
}


#nice_to_meet_img {
    width: 700px;
    height: 400px;
    object-fit: cover;
}

#nice_to_meet_text_div{
    text-align: right;
    width: 710px;
    margin: auto;
}

#nice_to_meet_des {
    font-family: assistant;
    font-size: 21px;
    white-space: pre-line;
}

#footer {
    margin-top: 100px;
}

#link1-btn, #link2-btn, #link3-btn {
    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(255, 46, 90);
    text-align: center;
    display: block;
    margin: auto;
    

}

#link1-btn {
    margin-top: 40px;
    margin-left: 350px;
}

#link1-btn:hover, #link2-btn:hover, #link3-btn:hover {
    color: black;
}

#link3-btn{
    width: 460px;
    font-size: 20px;
    margin-left: 0px;
}


@media screen and (max-width:1070px) {
    #nice-to-meet-title {
        margin-top: 230px;
    }

    #link1-btn, #link2-btn, #link3-btn {
        width: 600px;
        height: 70px;
        font-size: 26px;
        line-height: 70px;
        margin: auto;
    }
    #link1-btn{
        margin-top: 40px;
    }

    .image-credit{
        font-size: 10px;
        margin-right: 150px;
    }
}