body {
    background-image: url(../Resource/term_background.jpg);
    color: white;
    list-style: none;
}

.page_3_h1 {
    display: flex;
    background-color: #43115a;
    box-sizing: border-box;
}

.page_3_h1 p {
    font-size: 100px;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.page_3_nav {
    margin-top: 20px;
    margin-left: 470px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;   
}


.page_3_nav li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 25px;
    color: white; 
    font-weight: bold;      
}

.page_3_nav li a {
    text-decoration: none;
}


.page_3_nav a:visited {
    color: inherit; 
}

.page_3_nav a:hover {
    color: rgb(5, 2, 186);
    text-decoration: none;
}

.policy {
    width: 1200px;
    margin: 0 auto;
    line-height: 25px;
}

.policy p {
    font-size: 18px;
}

.word_press {
    position: absolute;
    top: 120px;
    left: 650px;
    width: 250px;
    margin-top: 80px;
    margin-left: 800px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 3px;
    color: #fff;
    background: #000;
    font-size: 20px;
    font-weight: 700;
    /* font-style: italic; */
    padding: 12px 20px;
    text-align:center;
}

.word_press a {
    text-decoration: none;
}
.word_press:hover {
    color: #000;
    background: #fff;
}

footer {
    width: 1200px;
    margin: 50px auto;
}

footer span {
    margin-left: 130px;
}

footer ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

footer .icons {
    display: flex;
    justify-content: center;
}

footer img {
    width: 30px;
    margin: 10px;
}
