.main_page{
    background-color: white;
    display: flex;
    flex-wrap: wrap;

}

.wrapper_main {
    width: 1950px;
    margin: 0 auto;
}

.header{
    width: 100%;
    height: 150px;
    background-color:rgb(104, 100, 100);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;

}

.header_text{
    font-size: 70px;
    font-weight: bold;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: relative;
    display: flex;
    height: 100%;;
    align-items: center;
}

.header_contact{
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    position: relative;
    background-color:rgb(104, 100, 100);
    padding-left: 30px;
    
}


.main_section{
    display: flex;

}

.main_text{
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color:black;
    display: flex;
    align-items: center;
    height: 500px;
    width: 950px;
    margin-top: 200px;
    margin-left: 50px;
}

.main_pic1{
    width:  800px;
    height: 770px;
    background-image: url(/Img/Screenshot\ 2026-02-02\ 213643.png);
    background-size: cover;
    margin-top: 100px;
    margin-left: 70px;

}

.sec_section{
    width: 70%;
    height: 150px;
    align-content: center;
    justify-self: center;
    justify-items: center;
    margin-top: 70px;
    background-color:rgb(104, 100, 100);

}

.main_link{
    display: flex;
    width: 400px;
    height: 100px;
    position:relative;
    align-items: center;
    justify-content: center;
    
}

.link{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 24px;
    width: 250px;
    height: 70%;
    align-content: center;
    justify-items: center;
    
}

a:hover{
    color:blue;
    cursor: pointer;
    font-size: 32px;
}
