/* 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." */

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

*{cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat993.cur), auto;}

body{
  margin:0px;
  padding:0px;
  /*background-image: url(/img/8-pink.gif);*/
  background-image: url(/img/2753725o7kabv3zkx.png);
  background-color: #fcd0dd;
  color: /*#fcb8c9;*/#fc74a4;
  font-family: 'comic neue', courier;
  /*font-family: calibri, arial;*/
  font-size:12px;
  overflow:hidden;
}

a:link, a:visited {
	color: #b9355c;
	/*cursor: url(/_files/layouts/ver5/umbrella2.cur), default;*/
	font-weight: bold;
	text-decoration: none; }
a:active, a:hover {
	color: #FFA3B1;
	/*cursor: url(/_files/layouts/ver5/umbrella2.cur), default;*/
	background-image: url(/img/590972v0gcur4l30.gif);
	font-weight: bold;
	font-style: italic;
	text-decoration: none; }

.container{
    /*overflow:hidden;
    height:750px;
    width:350px;
    top:25px;*/
      margin: 25px;
  width: 350px;
  height: 200px;
  outline: dashed 1px black;
}

/*.kotaque {
    width:350px;
    height:650px;
    border:1px dotted;
    border-radius: 5px;
    background-color: #fcd0dd;
    position:fixed; */
}
.dolly {
    /*background-image: url(/img/590972v0gcur4l30.gif);*/
  width: 50px;
  height: 50px;
  background-color: red;
  /* Center horizontally*/
  margin: 0 auto;
    }

/*.kaki{    position:fixed;
    margin-top:auto;}   */

/* sbar*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #fcb8c9/*linear-gradient(180deg, rgb(252,224,228) 0%, rgb(255, 208, 208) 50%,  rgb(252,224,228) 100%)*/;
}

::-webkit-scrollbar-thumb {
  background: transparent;
  box-shadow: 0px 0px 0px 100000vh #fce0e4;
  border: dotted 1px #fce0e4;
  border-radius: 20px;
  }
  

/* selek 
::-moz-selection{
background: #fcb8c9;
color: #fc74a4;
}

::selection {
background: #fcb8c9;
color: #fc74a4
}*/
