* {
  margin: 0;
  padding: 0;
}
body {
  margin: 4px;
/*  font-family:Verdana;
    font-family: 'Alegreya';font-size: 22px;
        font-family: 'Architects Daughter';font-size: 22px;
    font-family: 'Averia Libre';font-size: 22px;*/
    font-family: 'Caudex';font-size: 22px;

  background-color: #D5DED9;
  font-size:1em;
  color:black;
}
#wrap {
  margin: 25px auto;
  width: 850px;
  padding: 10px;
}
.title {
  text-align: center;
  margin: 10px;
}

.center{
  text-align: center;
}
.wrapper {
    display: grid;
    grid-gap: 10px;
        grid-template-columns: 33% 33% 33% ;
        color: #444;
    }

    .box {
        color: #fff;
        color: #E8DDCB;
        border-radius: 5px;
        padding: 20px;

    }

    .a {
        grid-column: 1 / 3;
        grid-row: 1;
        background-color: Tomato;
    }
    .b {
        grid-column: 1 / 3;
        grid-row: 2;
        background-color: #497bbe;
    }
    .describe {
        grid-column: 3 ;
        grid-row: 1 / 5;
        background-color: #0B85D4;
    }
    .c {
        grid-column: 1 ;
        grid-row: 3 ;
        background-color: #00ad4e;
    }
    .d {
        grid-column: 2;
        grid-row: 3;
        background-color: gray;
    }
    .e {
        grid-column: 1 ;
        grid-row: 4 ;
        background-color: Violet;
    }
    .f {
        grid-column: 2;
        grid-row: 4;
        background-color: #f04923;
    }

       a.one:link {
        color: #ccc;
      }
      a.one:visited {
        color: #E8DDCB;
      }
      a.one:hover {
        color: #8ebf42;
      }
      a.two:link {
        color: #ccc;
      }
      a.two:visited {
        color: #E8DDCB;
      }
      a.two:hover {
        font-size: 150%;
      }
      a.three:link {
        color: #ccc;
      }
      a.three:visited {
        color: #E8DDCB;
      }
      a.three:hover {
        background: #8ebf42;
      }
      a.four:link {
        color: #ccc;
      }
      a.four:visited {
        color: #E8DDCB;
      }
      a.four:hover {
        font-family: monospace;
      }
      a.five:link {
        color: white;
        text-decoration: none;
      }
      a.five:visited {
        color: #E8DDCB;
        text-decoration: none;
      }
      a.five:hover {
        text-decoration: overline underline;
      }


 /* Callout box - fixed position at the bottom of the page */
.callout {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
}

/* Callout header */
.callout-header {
  padding: 25px 15px;
  background: #555;
  font-size: 150%;
  color: white;
}

/* Callout container/body */
.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black
}

/* Close button */
.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Change color on mouse-over */
.closebtn:hover {
  color: lightgrey;
} 
