
.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:2; right: -932px; top: -30px;}
.hover_img a:hover span { display:block; }

.container {
  width: 100%;
  display: grid;
  grid-template-areas: "sidebar main";
  grid-template-columns: 200px auto;
}

.sidebar {
  grid-area: sidebar;
  height: 100vw;
  font-family: "Georgia";
}

.main {
  grid-area: main;
  height: 70vw;
  width: 60vw;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: "Georgia";
}

body {
  background-image: linear-gradient(to bottom, #e3f6fd, #c6edfb);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 66% 5%;
}

img.flower {
  position: absolute;
  left: 55%;
  top: 5%;
  z-index: 1;
}


div.a {
  text-align: center;
  font-family: "Georgia";
  color: #b4c38c;
}

div.b {
  text-align: center;
  font-family: "Georgia";
  color: #b4c38c;
}

div.c {
  text-align: center;
  font-family: "Georgia";
  color: #000;
}

a {
    color: #b4c38c; 
}

a:hover {
    color: #b4c38c; 
}

a:visited {
    color: #b4c38c;
}
