body {
    font-family: sans-serif;
    background-color:  #818D92;
    color: #EEE;
    background-image: url('../Images/eberhard-grossgasteiger-DsdlOxx2mz0-unsplash.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    image-rendering: crisp-edges;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
 } 
figure{
     border: 16px groove #bdc0c0;
     float: right;
}
figure img {
    width: 350px;
    min-height: 400px;
    filter: opacity(80%);
    filter:blur(2px);
}
header{
    border: 8px solid rgb(228, 226, 226);
    text-align: center;
    border-radius: 45%;
    width: 650px;
    align-content: center;
    position: relative;
    transform: translate(650px,0px);
    background-image: linear-gradient(to right, rgba(5, 104, 26, 0.555) , rgba(187, 122, 1, 0.466));
}
h1, h2 {
    font-family: 'Tilt Prism', cursive;
    letter-spacing: 4px;
    font-size: 300%;
    text-shadow: 50px ;
}
nav{
    display: flex;
}
nav a {
    display: inline-block;
    background-color:rgba(223, 146, 2, 0.925);
    color: rgb(7, 83, 2) ;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 10px 5px 5px #802929cc;;
    font-size: 16pt;
    padding: 12px 24px;
    margin: 8px;
    font-weight:400px;
    text-shadow: 1px 1px black;
    transition: 200ms;
}
nav a:hover{
    background-color: #ddeb24 ;
    transform: rotate(-25deg);
}
nav a:active {
    box-shadow: 1px 1px 1px #111;
    position: relative;
    top: 1px;
}
p1{
    font-stretch: semi-expanded;
    font-style: oblique;
    font-size: 25pt;
    border: navajowhite solid;
    border-radius: 15px;
    flex-wrap: wrap;
    white-space: wrap;
    background-color: rgba(153, 127, 87, 0.486);
}
#p2{
    font-stretch: semi-expanded;
    font-style: oblique;
    font-size: 25pt;
    border: navajowhite solid;
    flex-wrap: wrap;
    width: 1200px;
    border-radius: 15px;
    background-color: rgba(153, 127, 87, 0.486);
    margin-top: 25px;
    margin-left: 25px;
}
h2{
    text-shadow: 8pt 4pt 3pt #222;

}
iframe{
    position: static;
    transform: translate(1550px,100px);
    box-shadow: 8px 8px red inset;
}
