a {
    text-decoration: none;
  }
.page_2_body {
    background-image: url('../Resource/webdev1_bg_pic.jpeg');
    background-size: cover;
}
.page_2_h1 { 
    text-align: center;
    font-size: 100px;
    color: black;
    border-style:inset;
    color: white;
    font-size: 160px; 
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 20px; 
    background-clip: padding-box;
    background-color: black;
    padding: 0px;
}

.page_2_form {
    position: absolute;
    margin-top: -50px;
    margin-left: 800px; 
    color: black;
    font-weight: 700;
    font-family:'Times New Roman', Times, serif;
    text-align: center;
}

.page_2_porm {

    position: absolute;
    margin-top: 130px;
    margin-left: 1300px;
    font-size: 25px;
    font-style: italic;
    text-align: center;            
}

textarea {
    width: 400px;
    height: 200px;
    resize: none;
    border-style: solid;
    border-width: 5px;
    border-color: black;
}


.page_2_message {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;                        
}

.page_2_send_button {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: black;
    padding: 20px 70px;
    font-size: 24px;
    cursor: pointer; 
}

input {
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.page_2_porm_writer {
    text-align: right;
}


.page_2_nav {
    position: absolute;
    margin-top: -300px;
    margin-left: 1550px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    
}



.page_2_nav li {
    list-style: none;
    margin-top: 15px;
    margin-right: 25px;
    color: white; 
    
    font-weight: bold;       
}

.page_2_nav a:visited {
    color: inherit; 

}

.page_2_nav a:hover {
    color: rgb(5, 2, 186);
}

footer {
    margin-top: 700px;
}

footer span {
    margin-left: 500px;
}

footer ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

footer .icons {
    display: flex;
    justify-content: center;
}

footer img {
    width: 30px;
    margin: 10px;
}
