
html{
    line-height: 1.4;
    font-family: 'Archivo Narrow', sans-serif;
}

.content-area {
    width: 960px;
    margin-left: auto;
    margin-right: auto; 
    padding: 20px 0px;
}

header{ 
    background-image: url(https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Zm9yZXN0JTIwYmFja2dyb3VuZHxlbnwwfHwwfHw%3D&w=1000&q=80);
    color: white;
}

h1{
    font-size: 80px;
    margin: 0;
    margin-top: 130px;
    text-align: center;
}

h2{
    font-size: 30px;
    margin: 0;
    line-height: 1;
    margin-bottom:170px;
    text-align: center;
}

h3{
    font-size: 40px;
    margin:0;
    margin-top:17px;
    margin-bottom: 30px;
    text-align: center;
}

#description{
    background-color: rgb(24, 40, 80);
    color: white
}

.img{ 
    float: right;
    height: 310px;
    margin-left: 35px;
    margin-bottom: 30px;
    border: solid white;
}

p{
    justify-content: left;
    font-size: 13pt;
    line-height: 1.45;
}

#last-paragraph{
    margin-bottom: 35px;
}

h4{
    font-size: 20px;
    margin: 0;
    margin-bottom: 0;
}

.profile{
    float: left;
    margin-right: 12px;
}

ul{
    display: grid;
    padding: 0;
    margin-top: 30px;
    grid-template-columns: 475px 475px ;
    margin-bottom: 30px;
    list-style: none;
}


li{
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
}

.entry p{
    margin-right: 30px;
}

#grid{
    background-color: #F0F0F0;
    color: #434346;
}

#quote{
    font-size: 25px;
    text-align: center;
    margin-left: 130px;
    margin-right: 130px;
    margin-bottom: 50px;
}
#conclusion{
    background-color: red;
    color: white;
}
footer{
    color: white;
    background-color: rgb(54, 54, 54);
}