body {
  background-image: url('res/heartbg.png');
  background-color: pink;
  overflow-x: none;
  overflow-y: auto;
  font-family: 'Quicksand', sans-serif;
  color: #800e2a;
  }

#sweet img {
  position: fixed; bottom: 0px; right: 50px; z-index: -2; width: 700px}

#sweet2 img {
  position: fixed; bottom: -50px; left: 150px; z-index: -2; width: 700px}

h1 {font-family: 'Didact Gothic', sans-serif; text-align: center; margin-top: 0; margin-bottom: 10px; letter-spacing: 0.2em;}

h2 {font-family: 'Didact Gothic', sans-serif;
margin-top: 5px; margin-bottom: 5px;}

.back a { font-family: 'Silkscreen', cursive; font-size: 13px; color: #83093c; text-decoration:none; position: fixed; top: 50px; left: 20px;}

::-webkit-scrollbar {
  width: 7px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffc7d5;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f55d83;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e3446c;
}

#rose {
  position:fixed;
  z-index: 20;
  width: 100%;
  height: 50px;
  top: -7px;
  left: 0px;
  background-image: url('res/roseborder.gif');
}

#container {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: auto; 
  background: rgba(255,255,255,0.8);
  padding: 50px; 
  background-image: url('res/bowborder.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.cont1 {
  margin: 0 auto;
  width: 950px;
  height: auto;
  border: 1px solid pink;
  padding: 20px;
   background: rgba(255,255,255,0.7);
}

.shrines {
  text-align: center;
  margin: 0 auto;
  background: white;
}

.shrines img {-webkit-transition: all 0.5s ease-in-out;
                        -moz-transition: all 0.5s ease-in-out;
                        -o-transition: all 0.5s ease-in-out;
                        transition: all 0.5s ease-in-out;}

.shrines img:hover {opacity: 0.8;
                        
                        }

.flexbox, .flexbox2 {
  display: flex;
  width: 990px;
  height: 450px; 
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

        .flex1, .flex2, .flex3, .flex4 { padding: 20px; background: rgba(255,255,255,0.7); border-radius: 35px}  
        
        .flex1, .flex3 {
          flex: 1;
          border: 1px solid pink;
          margin-right: 5px;
        }
        
        .flex2, .flex4 {
          flex: 1;
          border: 1px solid pink;
          margin-left: 5px;
        } 
        
        .mini {position: absolute; margin: 0 auto; width: 405px; height: 365px; padding: 20px; 
          overflow-y: auto; }
        
.cont2 {
  margin: 0 auto;
  width: 950px;
  height: 100px;
  border: 1px solid pink;
  padding: 20px;
  overflow-y: auto;
}

        .row {
          display: flex;
        }
        
        .column {
          flex: 50%;
        }