* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
body {
  background-color: #F5F5F5;
}
nav {
  float: left;
  width: 100%;
  height: 60px;
  background: #4c6352e3;
}
nav ul {
  text-align: center;
}
nav li {
  font-family: 'News Cycle', sans-serif;
  display: inline-block;
  margin: 0;
  line-height: 60px;
  padding: 0px 35px;
}
nav a {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 7px 30px;
  border-radius: 3px;
}
a.ex2:hover, a.ex2:active {
  border: 4px ridge #95C2B4;
  transition: .4s;
}
a.ex2:hover, a.ex2:active {
  color: #C4E2CB;
}
nav #icon {
  color: white;
  font-size: 30px;
  line-height: 80px;
  float: right;
  cursor: pointer;
  display: none;
}
header {
  background: url(https://cdn.pixabay.com/photo/2016/10/17/14/31/background-1747777_960_720.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 40% 50%;
  padding: 200px;
  padding-bottom: 140px;
  text-align: center;
  font-size: 35px;
  color: #95C2B4;
}
h1 {
  font-family: 'Dancing Script', cursive;
  text-shadow:2px 2px #668357;
  font-size: 90px;
}
aside {
  position: absolute;
  height: 1000px;
  width: 50%;
  transform: translate(100%,-147.5%);
}
.text {
  font-family: 'News Cycle', sans-serif;
  height: 400px;
  width: 300px;
  float: left;
  text-align: center;
  transform: translate(-220%,-370%);
}
.text2 {
  font-family: 'News Cycle', sans-serif;
  height: 400px;
  width: 500px;
  transform: translate(250%,-374%);
  position: absolute;
}
.outer-wrapper{
  display: inline-block; 
  margin: 20px;
}
.frame{  
  width: 250px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  margin-top: 40em;
}    
img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 30%;
}
.l1 {
  margin-top: 5em;
}
img:hover {
  opacity: 0.6;
  backdrop-filter: blur(10px);
  filter: blur(4px);
  transition: 0.5s ease;
}
footer {
  background: #4c6352e3;
  padding: 10px;
  text-align: center;
  color: white;
}
