*{
    margin: 0;
    padding: 0;
    font-family: "poppins", sans-serif;
    box-sizing: border-box;
}
.housing{
    width: 100%;
    height: 100vh;
    background-color: white;
    background-position: center;
    background-size: cover;
    position: relative;
}
#nav-box{
    display: flex;
    padding: 0% 6% 0% 10%;
    justify-content: space-between;
    align-items: center;
    background-color: cadetblue;
}
#nav-box a{
    text-decoration: none;
}
#Logo{
    text-align: left;
} 
#nav{
    text-align: right;
}
#nav ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.text-box{
    width: 50%;
    margin-top: 200px;
    margin-left: 100px;
}
.img-box{
    width: 40%;
    right:40px;
    bottom: 30px;
    position: absolute;
}
img{
    width: 90%;
    height: 500px;
}
