body {
  font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;
}

.block {
height: 220px;
width: 600px;

border: 3px #156E2F solid;
background: #156E2F;
background: linear-gradient(0deg,rgba(21, 110, 47, 1) 0%, rgba(52, 224, 101, 1) 100%);
}

.image-container {
  position: relative;
  display: inline-block;
}

.bg {
height: 780px;
width: 720px;

border: 3px #156E2F solid;
background: #156E2F;
background: #34E065;
background: linear-gradient(0deg,rgba(21, 110, 47, 1) 0%, rgba(52, 224, 101, 1) 100%);
}

.blog {
height: 200px;
width: 720px;

border: 3px #156E2F solid;
background: #156E2F;
background: #34E065;
background: linear-gradient(180deg,rgba(21, 110, 47, 1) 0%, rgba(52, 224, 101, 1) 100%);
}

.mult {
height: 150px;
width: 720px;

border: 3px #002F00 solid;
background: #156E2F;
background: #34E065;
background: linear-gradient(180deg,rgba(0, 47, 0, 1) 0%, rgba(0, 255, 0, 1) 100%);
}

a {
  color: #FDFF4B;
  text-decoration: none;
}

a:visited {
  color: #FDFF4B;
  text-decoration: none; 
}

a:active {
  color: #ED1C24;
  text-decoration: none;
}

::selection {
  background-color: #FD72FF;   /* цвет фона выделения */
  color: #028D00;              /* цвет текста при выделении */
}
::-moz-selection {
  background-color: #FD72FF;
  color: #028D00;
}
::-webkit-selection {
  background-color: #FD72FF;
  color: #028D00;
}
