﻿body {
    height: 100%;
}

#lecturesP-title {
    font-family: assistant;
    font-weight: 500;
    font-size: 48px;
    color: black;
    margin-top: 190px;
    margin-bottom: 30px;
    padding-bottom: 0;
}


#lecturesP-img {
    width: 700px;
    height: 400px;
}

#lecturesP_text_div {
    text-align: right;
    width: 710px;
    margin: auto;
}

#lecturesP_des {
    font-family: assistant;
    font-size: 24px;
    font-weight: 500;
    white-space: pre-line;
    margin: 0;
}

#footer {
    margin-top: 100px;
}

#contact-button {
    width: 380px;
    height: 50px;
    font-family: assistant;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 50px;
    background-color: rgb(255, 46, 90);
    text-align: center;
    display: block;
    margin: auto;
}

#contact-button:hover{
    color: black;
}


@media screen and (max-width:1070px) {
    #lecturesP-title {
        margin-top: 230px;
    }

    #footer {
        margin-top: 730px;
    }
    #contact-button {
        width: 500px;
        height: 70px;
        font-size: 32px;
        line-height: 70px;
        margin: auto;
        margin-top: 70px;
    }
}
