body{
    font-family: "Archivo Narrow", sans-serif;
    font-optical-sizing: auto;
    align-items: center;
    flex-direction: column;
    margin: 0; 
}
header{
    text-align: center;
    background-color: rgba(255,0,0,.3);
    padding-top: 166px;
    padding-bottom: 188px;
    background-image:url("../images/DSC01898.jpeg");
    background-size: cover;
    background-position: center;
    text-shadow: 0px,1px,5px rgba(0, 0, 0, .7);
    color: #ffffff;
}
section  > div{
    width: 960px;
    margin: auto;
    padding: 0 1rem 4.5rem ;
}
section.intro{
    background-color: rgba(240, 128, 180, 0.575);
}

h1{
    font-size: 80px;
    margin: 0;
    line-height: 1;
}
h2{
    display:block;
    margin-top: 16px;
    line-height: 1;
    font-size: 30px;
}
h3{
    margin: 0;
    text-align: center;
    font-size: 40px;
    padding-top: 0.4em;
}
.intro{
    display: flex;
}
section.intro img{
    width: 400px;
    height: 300px;
    float: right;
    margin-left: 2.5em;
    margin-bottom: 2em;
    margin-top: 2em;
    object-fit:cover;
}
section p{
    margin-top: 1.8em;
    line-height: 1.43em;
    font-size: 1.1em;
    word-spacing: 0.062em;
    margin-bottom: -0.9em;
}
.photo_title{
    background-color: rgba(220, 164, 226, 0.3);
    color: #7c6186;
    padding-top: 25px;
}
.container {
  display: grid;
  width: 960px;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin-top: 20px;
  padding-bottom: 3em;
}
.block {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 15px;
}
.block p{
    margin-top: 6px;
    margin-right: 22px;
    font-size: 18px;
    word-spacing: 0px;
}
.block img{
    width: 200px;
    height: 150px;
    object-fit:cover;
    flex-shrink: 0;
}
.caption {
     flex: 1;
     margin-left: 12px;
     max-width: 300px;
}
h4{
    font-weight: bold;
    font-size: 20px;
    margin: 1px;
}
.last_section{
    padding-top: 3em,;
    padding-bottom: 2em;
    background-color: rgba(172, 120, 192, 0.629);
}
.last_block{
    text-align: center;
    padding-top:1.5em;
}
.last_block p{
    max-width: 708px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.397;
    padding-top: 1.2em;
    word-spacing: 0em;
}
.footer {
    font-size: 16px;
    padding-bottom: 41px;
    padding-top: 38px;
    background-color: #7c436e68;
    color: #70a686;
}
.footer p{
    width: 958px;
    margin: auto;
}

