
*{
    padding: 0;
    margin: 0;
}

body{
background-color: whitesmoke;
text-align: center;
font-family: 'Montserrat', sans-serif;
}

header{
background-color: black;
padding: 18px 160px;
}

ul{
    display: flex;
    justify-content: space-around;
}

li{
    list-style-type: none;
    color:white;

    font-size: 13px;
}

li image{
    width: 20px;
}

nav{
 text-align: center;
 font-size: 14px;
background-color: #f5f5f7;
padding: 20px;
}

nav a{
text-decoration: none;
color: #2997ff ;
}

sup{
    font-size: 10px;
}
.container{
 background-size: 220%;
 background-position: center;
 height: 300px;
padding: 150px 0px; 
}

.words{
    margin: 21px;
}

.lighter{
color: black;
font-size: 16px;
opacity: .0;
}


