@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@400;700&display=swap');

body {
  background-image: url('https://sandblankie.neocities.org/IMG_2116.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'DM Sans', sans-serif;
  min-height: 850px;overflow-x: hidden;}

.lamp {
  position: absolute;
  right: 1vw;
  width: 20vw;
  z-index: -1;
}

.moon-widget {
  position: relative;
   bottom:-417px;
  left: 180px;
  image-rendering: pixelated;
z-index: 998;}


.wrapper {
  background: linear-gradient(to bottom, #750052, #D8D6D4, #D8D6D4, #D8D6D4,#8F8E91, black);
  font-family: 'DM Sans', sans-serif;
  margin-top:-90px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  width: 700px;
  padding: 10px;
  border: 3px solid #7D4157;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  max-width: 700px;}


nav {
 background: linear-gradient(to bottom, #FC88AD 0%, #FCE8EA 100%);
  border: 2px solid #7D4157;
  padding: 8px 12px;
  font-weight: bold;
  font-family: 'Verdana';
  font-size: 16px;
  color: white;
  text-shadow: 1px 1px black;
  border-radius: 0px 0px 0 0;}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

nav ul li {
  display: inline;
  margin: 5px 10px;}

nav ul li a {
  text-decoration: none;
  color: #FCE8EA;
  font-weight: light;
  font-family: 'DM Sans', monospace;
  padding: 6px 20px;
  border-radius: 6px;
  transition: background-color ;}

nav ul li a:hover {
  background-color: #EE67A8;}

.logo {                 
  width: 500px;
  margin: 12px;
position: relative;
  right: -10px;
  filter: blur(0.6px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}

.main-paragraph {
  color: #4F474E;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  background-color: white;
  border: 3px solid black;
  padding: 20px;                    
  width: 550px;
  margin: -2px auto;
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.8);
  font-family: 'Smooch Sans', cursive sans-serif;}

 .p2 {
  font-family: 'Seaweed Script', cursive;
  font-size: 30px;
  color: #F2D5E0;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px black,0 -3px 20px rgba(0, 0, 0, 0.8);}

.coffee{
  position: relative;
  bottom: 460px;
  right: -380px;
  width: 120px;
  height: auto;
  z-index: 9;
  image-rendering: pixelated;}


.orchid{
  position: relative;
  bottom:30px;
  right: -450px;
  width: 150px;
  height: auto;
  z-index: 11;}

.memyselfandi {
  position: relative;
  bottom: 6px;
  right: -180px;
  width: 250px;
  height: auto;
  z-index: 10;}

@keyframes bounce {0%, 100% { transform: translateY(0); } 50% {transform: translateY(-10px); }}

.paopao {
  width: 120px;
  position: relative;
  right: 225px;
  bottom:117px;
  image-rendering: pixelated;
  z-index: 999;
animation: bounce 1.5s infinite ease-in-out;}

.blinkie-row {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 30px;
}

.blinkie-row img {
  margin: 0 2px;
  height: auto;
  width: auto;}

.page-container {
  width: 1024px;
  margin: 0 auto;
  position: relative;}

.mobile-break {
  display: none;
}

@media screen and (max-width: 768px) {.mobile-break {
    display: block;
    height: 10px;
    margin-top: 10px;
    background: none; 
    content: " ";}
}

@media screen and (max-width: 768px) {nav ul li {display: block;
margin: 10px auto;}nav ul {text-align: center;}}

@media screen and (max-width: 768px) {
  .memyselfandi {
    right: 0;
    display: block;
    margin: 0 auto;
    bottom: 20px;
    width: 60vw; }}