

body {font-family:Garamond;  text-align: center;  margin:0 auto;}


.wrapper {
     display: grid;
     height: 100vh ;
    grid-template-columns: 1fr;
    grid-template-rows:  1fr;
    grid-template-areas:
      "body";

 }


h1{text-align: center;  }

.footer{    background-color:gold;
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)));
            width:100%;
            text-align: center;
            border-radius: var(--main-radius);
            padding-top: var(--main-padding);
            border-top: 3px solid black; }


a{text-decoration:none;}
ul{list-style-type:none;}
li{padding-bottom:10px;}

.nert {margin-bottom:600px;text-align: justify; padding:18px;
}

@media only screen and (min-width:768px){


.nert {margin-bottom:400px; padding:200px;
}

