body{
    margin: 0;
    background-color: black;
    font-weight: 400;
    font-family:sans-serif;
}
.container{
    width:80%;
    margin: 0 auto;
    font-size: 15px;
    position: fixed; 
    top: 0; 
    width: 100%; 

}
header{
    background: whitesmoke;
    
}
header::after{
    content: '';
    display: table;
    clear: both;
}
nav{
    text-align: center;
    float: center;
    padding-right: 70px;
}
nav ul {
     margin: 0;
     padding: 0;
     list-style: none;
     

}
nav li{
    display: inline-block;
    margin-left: 100px;
    padding-top: 30px;
    padding-bottom: 10px;

    position: relative;
}

nav a {
color: #444;
text-decoration: none;
text-transform: uppercase;
}
nav a:hover{
    color: white;
}
nav a:before{
    content: '';
    display: block;
    height: 5px;
    background-color: white;
    position: absolute;
    top: 0;
    width: 0%;
}
nav a:hover::before{
    width: 100%;
}
li:nth-child(4){
    font-style: italic; 
    text-decoration: underline;
     color: white;
 }
.intro{
    background-color: #444;
    background-image: url(../hong2.webp);
    padding-top: 800px;
    padding-bottom: 10px;
    background-size: cover;
    color: white;
    font-size: 30px;
}
.span{
max-width: 960px;
margin-left: 10px;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;

}
.image{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding-top:-20px;

}

.text p{
    font-size: 22px;
    /* padding: 6px; */
    margin-right: 350px;
    color: lightcyan;
    line-height: 132%;


}
.image h1{
    text-align: center;
    padding-right: 800px;
    padding-top: 10px;
    padding-bottom: 18px;
    color: lightcyan;
    font-size: 40px;
}
img{
    max-width: 500px;
    float: left;
    display: flex;
    border-radius: 10px;
    margin-right: 30px;
    margin-left: 400px;
    padding-top: 2%;
}
