*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
body{


    background-attachment: fixed;
    /* overflow-x: hidden; */
    overflow: hidden scroll;
}
.cover{
    background-image: url(../image/content/cover.jpg);
    display: grid;
    min-width: 50em;
    min-height: calc(100vh - 3em);
    padding-top: 3em;
    padding-right: 4em;
    padding-left: calc(6em  + 4em);
}
.cover .text{
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: 0;
}
.cover h1{
    font-style: italic;
    color: white;
    font-size: 64px;
    line-height: 1.8;
    vertical-align: middle;
}
.cover p{
    font-size:18px;
    color: white;
}
.content{
    
    border: 1px white dashed;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% calc(10% - 10px);
    row-gap: 10px;
    min-width: 50em;
    min-height: calc(100vh - 3em);
    padding-top: 108px;
    padding-bottom: 128px;
    padding-right: 4em;
    padding-left: calc(6em  + 4em);
    background-color: white;
}

.content p{
    display: block;

    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 6;

}


.content h1 {
    font-style: italic;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 6;
    display: flex;
    align-items: center;
    justify-content:center;

    font-size: 2.5em;
    color : #1F2B37;
}
.content img {

    float: left;
    margin: 5px;


  }
.content > img {
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    width: 85%;
    max-height: 100%;
}
.content.odd{
    background-color: rgba(0, 0, 0, 0.1);
}


.content .feedback{
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 5;
}
.content h1{
    display: flex;
    align-items: center;
    justify-content:center;
}
.feedback form{
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    row-gap: 15px;
    text-align: center;
}
.formB{
    width: 45%;
    height: 40px;
    border: 1px black solid;
    border-radius: 5px;
    background-color: white;
    color: black;
    transition: 0.5s;
}
.formB:hover{
    background-color: black;
    color: white;
    transition: 0.5s;
}

.content table {
    
    width: 25em;
    border-collapse: collapse;
    text-align: center;
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 5;
}

@media all and (min-width: 50px)   {  p  { font-size:0.1em;  } }

@media all and (min-width: 200px)  {  p  { font-size:0.2em;  } }

@media all and (min-width: 400px)  {  p  { font-size:0.3em;  } }
@media all and (min-width: 700px)  {  p  { font-size:0.4em;  } }
@media all and (min-width: 600px)  {  p  { font-size:0.5em;  } }

@media all and (min-width: 800px)  {  p  { font-size:0.7em;  } }
@media all and (min-width: 900px)  {  p  { font-size:0.9em;  } }
@media all and (min-width: 1000px) {  p  { font-size:1.1em;  } }

@media all and (min-width: 1200px) {  p  { font-size:1.2em;  } }

@media all and (min-width: 1400px) {  p  { font-size:1.3em;  } }

@media all and (min-width: 1500px) {  p  { font-size:1.3em;  } }

@media all and (min-width: 1700px) {  p  { font-size:1.4em;  } }