body {
  /*    font-family: arial, Georgia, "Times New Roman", Serif;*/
/*body{font-family:"MS Arial","MS Trebuchet","ITC Avant Garde Gothic","MS Verdana",Univers,Futura,"ITC Stone Sans","Gill Sans","Akzidenz Grotesk",Helvetica;} */
/*font-family:"Times New Roman",Bodoni,Garamond,"Minion Web","ITC Stone Serif","MS Georgia","Bitstream Cyberbit"; 
 *  */
  /*font-family:"MS Trebuchet","ITC Avant Garde Gothic","MS Arial","MS Verdana",Univers,Futura,"ITC Stone Sans","Gill Sans","Akzidenz Grotesk",Helvetica;*/
  font-family:Arial,Helvetica,"Trebuchet MS",Tahoma,"Nimbus Sans L","URW Gothic L",Verdana,"Lucida Grande",Geneva,"DejaVu Sans","Microsoft Sans Serif",sans-serif,"Century Gothic","Times New Roman", Times, serif;
}

#gridRainbow {
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  width: 200px;
}

@import url('https://fonts.googleapis.com/css2?family=Marmelad&family=Piedra&family=Permanent+Marker&display=swap');

.logo {
  margin: 0 0 0 0.5em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  background-image: linear-gradient(45deg, #f00, orange, yellow, #0f0, #00f, indigo, violet);
  background-clip: text;
  color: transparent;
  background-size: 400%;
  animation: bg-animation 20s infinite alternate;
  font-family: 'Permanent Marker', cursive;
  position: relative; left: -12px; top: -2px;
}

@keyframes bg-animation {
  0% {
    background-position: left;
  }
  100% {
    background-position:right;
  }
}

#menu {
    position:fixed;
    top:5px;
    right:0px;
    background:#fff;
}

#menu > a, #menub > a {
    border:1px solid #efefef;
    border-right:5px solid #efefef;
    padding: 2px 5px;
    border-radius: 10px;
    font-size:0.8em;
    margin:0px;
    color: #888;
    text-decoration: none;
}

#menu > a:hover,#menub > a:hover {
    background: #bbb;
    color: #fff;
}

.tile {
    border-radius: 2em;
    background: #fff;
    border: 1px solid #aaa;
    padding: 0px;
    width: 400px;
    height: 300px;
}

.tile > a {
    color:#fff;
    font-weight:900;
    text-decoration:none;
}

.tile > a > img {
    border-top-left-radius:2em;
    border-top-right-radius:2em;
    width: 400px;
    height: 176px;
    border: 0;
    margin: 0;
}

.descr {
    padding:5px;
    font-size:14px;
}

.dv {
    background-color:#000;
    width:100%;
    text-align:center;
    padding:5px 0px;
}

.dv > a {
    color:#fff;
    font-weight:600;
    text-decoration:none;
}

