/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   

@font-face {  font-family: syg;
  src: url(/pon/syg.ttf);}

body {
  background-color: #FBD6D7;
  background-image: url(/gambar/pinks.png);
  color: #AFB7AF;
  font-family: syg;
  cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat996.cur), auto;
  overflow-x:hidden;
  
}

img {
    max-width: 100%;
    max-height: 100%;
}

div {
  cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat996.cur), auto;
  }

.kotak {
  position: absolute;
  z-index: 1;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 10px;
  background-color: #FDF5E6;
  color: #808080;
  border: solid 1px;
  border-radius: 20px;
  border-color: #AFB7AF;
  width: 450px;
  height: 200px;
  padding-top:10px;
  -moz-box-shadow:    inset 0 0 3px #AFB7AF;
   -webkit-box-shadow: inset 0 0 3px #AFB7AF;
   box-shadow:         inset 0 0 3px #AFB7AF;
   text-align:center;}


.puter {
  margin-top:-10px;
  text-align: center;
}

/* ------------------------------------------------- */

/* links */   

a, a:active, a:visited {
    transition:0.8s;
    -o-transition-transition:0.8s;
    -webkit-transition-duration:0.8s;
    -moz-transition-duration:0.8s;
    text-decoration:none;
    color:#EF626C;
    cursor: crosshair;
}
 
a:hover {
    transition:0.8s;
    -o-transition-transition:0.8s;
    -webkit-transition-duration:0.8s;
    -moz-transition-duration:0.8s;
    text-decoration:none;
    color:#C69D81;
    cursor: crosshair;
}
/* ------------------------------------------------- */


/* skrol */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, rgba(255,201,201,1) 0%, rgba(255,163,110,1) 20%, rgba(254,255,146,1) 40%, rgba(211,246,169,1) 60%, rgba(159,255,219,1) 80%, rgba(0,212,255,1) 100%);
}

::-webkit-scrollbar-thumb {
  background: transparent;
  box-shadow: 0px 0px 0px 100000vh #ffe5b4;
  border: dotted 1px #f98e7e;
  }

/* ------------------------------------------------- */

/* selek */
::-moz-selection{
background: #FDF5E6;
color: #FFA1A5;
}

::selection {
background: #FDF5E6;
color: #FFA1A5;
}
/* ------------------------------------------------- */