
body{
  color: #000066;  background-color: pink;
  background-image: url("../pics/rozasin.png");
  min-width: 100%;
  min-height: 100%;

}

.mer{
  transition: 2s;
  width: 400px;
  height: 600px;
  background: rgb(5,1,85);
  background: linear-gradient(0deg, rgba(5,1,85,1) 0%, /*scrolls*/
              rgba(93,255,223,1) 35%, rgba(100,201,222,1) 100%);
  border-radius: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  filter: drop-shadow(0 0 2px #4f4b2e);
}

.mer:hover {
  transition: 2s;
  overflow: hidden;
}
.mer:hover img, .mer:focus img{
  transform: scale(1.3);
}


.gradient {
    margin: 0;
    top: 0%;
    left: 0%;
    position : fixed;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(
        to top,
        rgba(20, 20, 20, 0) 10%,
        rgba(255, 98, 164, 0.1) 25%,
        rgba(255, 157, 252, 0.2) 50%,
        rgba(125, 212, 255, 0.3) 75%,
        rgba(125, 212, 255, 0.5) 100%
      );
    background-size: cover;
}

/*they are supposed to expand once you hover over them*/

.mount1:hover{
  width: 150%;
}

p::selection{
  background-color: rgb(5,1,85);
  color:#85ffc0;
}

.diamants{
 font-family: Garamond;
 font-size: 90pt;
 position: relative;
 z-index: 1;
 text-align: center;
 margin: 50px;
 pointer-events: none;
}

/*
.diamants::selection{
  background-color: rgb(5,1,85);
  color:#85ffc0;
}
*/

.desc {
  font-family: angelle regular, sans-sans-serif;
  font-size: 20pt;

  height: 30px;
  width: 100vw; 

  position: absolute;
}

.desc div {
  display: inline-flex;

  position: absolute;
  overflow: hidden;

  animation: desc 15s linear infinite;
}

.desc p {
float: left;
width: 100vw;
}

@keyframes desc {
  0% { left: 0; }
  100% { left: -100%; }
  }



.extra{
  width: 100%;
  top: -97px;
  left: 185px;
  position: absolute;
}

.house{
  display: block;
  position: absolute;
  width: 15%;
  margin-left: -170px;
  margin-right: 0;
  margin-top: 132px;
  z-index: 1;
}
.house1{
  display: block;
  position: absolute;
  width: 13%;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 113px;
  z-index: 1;
}
.house2{
  display: block;
  position: absolute;
  width: 13%;
  margin-left: -27px;
  margin-right: 0;
  margin-top: 122px;
  z-index: 1;
}
.house3{
  display: block;
  position: absolute;
  width: 15%;
  margin-left: -47px;
  margin-right: 0;
  margin-top: 134px;
  z-index: 1;
}
.house4{
  display: block;
  position: absolute;
  width: 13%;
  margin-left: -80px;
  margin-right: 0;
  margin-top: 132px;
  z-index: 1;
}
.house5{
  display: block;
  position: absolute;
  width: 15%;
  margin-left: -60px;
  margin-right: 0;
  margin-top: 100px;
  z-index: 1;
}

.sun {
  display: block;
  margin-left: 8px;
  margin-right: 0;
  margin-top: -330px;
  width: 12%;
  z-index: 1;
  position: absolute;
}
.mon {
  display: block;
  margin-left: -73px;
  margin-right: 0;
  margin-top: -217px;
  width: 5%;
  z-index: 1;
  position: absolute;
}

.mount{
  position: absolute;
  top: -100px;
  left: 43px;
  z-index: 1;
}
.mount{
  width: 90%;
}
.mount1{
  width: 90%;
}



.hexagon {
 width: 310px;
 height: 125px;
 background: #b8ffe5;
 position: relative;
 top: 110px;
}
.hexagon::before {
 content: "";
 position: absolute;
 top: 0;
 left: 309px;
 width: 0;
 height: 0;
 border-top: 75px solid transparent;
 border-left: 100px solid #b8ffe5;
 border-bottom: 50px solid transparent;
 }

.hexagon::after { 
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 0;
  height: 0;
  border-top: 75px solid transparent;
  border-right: 100px solid #b8ffe5;
  border-bottom: 50px solid transparent;
  }


  .box_1 {
    filter: brightness(1);
    transition: all 150ms ease-in-out;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 90%;
    top: 60%;
    width: 80px;
    height: 30px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
  }

  .box_1:hover {
    box-shadow: 0 0 10px 0 #b8ffe5 inset, 0 0 10px #b8ffe5;
  }

  .box_2{
    filter: brightness(1);
    transition: 1s;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 4%;
    top: 70%;
    width: 170px;
    height: 80px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px gainsboro;
  }

  .box_3{
    filter: brightness(1);
    transition: 1s;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 13%;
    top: 40%;
    width: 100px;
    height: 40px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px gainsboro;
  }

  .box_4{
    filter: brightness(1);
    transition: 1s;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 80%;
    top: 80%;
    width: 100px;
    height: 40px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px gainsboro;
  }

  .box_5{
    filter: brightness(1);
    transition: 1s;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 80%;
    top: 20%;
    width: 100px;
    height: 40px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px rgba(125, 212, 255, 0.5);
  }

  .box_6{
    filter: brightness(1);
    transition: 1s;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 4%;
    top: 8%;
    width: 60px;
    height: 20px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px aliceblue;
  }

  .box_7{
    filter: brightness(1);
    transition: 1s;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 90%;
    top: 8%;
    width: 60px;
    height: 20px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px aliceblue;
  }

  .box_8{
    filter: brightness(1);
    transition: 1s;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    left: 30%;
    top: 93%;
    width: 60px;
    height: 20px;
    border: 1px solid black;
    background: darkturquoise;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px aliceblue;
  }

  .box_2:hover, .box_3:hover, .box_4:hover, .box_5:hover, .box_6:hover,
  .box_7:hover, .box_8:hover {
    filter: brightness(0.3);
  }


