/* 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');      

@font-face {  font-family: syg;
  src: url(/pon/syg.ttf);}

/*{cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat993.cur), auto;}*/
*{cursor: url(https://cur.cursors-4u.net/anime/ani-1/ani195.ani), auto;}

body{
  margin:0px;
  padding:0px;
  background-color: #fce0e4;
  color: #fcb8c9;
  font-family: 'comic neue', courier;
  /*font-family: calibri, arial;*/
  font-size:12px;
  overflow-x:hidden;
}

#container{
    overflow:hidden;
    position:fixed;
    margin:auto;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    height:500px;
    width:650px;
    border:1px dotted;
    /*border-radius: 5px;*/
    background-color: /*#fff*/ #fce0e4;
}

.sidebar{
    margin-top:170px;
    margin-left:45px;
    height:auto;
    position:fixed;
}
 
.sidebar .content{
    width:150px;
    padding: 5px;
    background-color:#fff;
    margin-bottom:-1px;
    border:1px solid;
}

.dolly {
    background-image: url(/img/590972v0gcur4l30.gif);
    MARGIN-TOP:30PX;
    margin-left:45px;
    height:auto;
    position:fixed; 
    width:150px;
    padding:5px;
    margin-bottom:-1px;
    }
#sideb {font-size:10px;}

ul {
  list-style-type: none;
  margin: 0;
  padding:0;
  color:#fff;
  background-color: #3D99CE;
  text-align: center;
}

li {
  display: inline;
  padding: 5px;
  }    

iframe {
    width:400px;
    /*border:1px solid;
    background:#fff;*/
    padding:10px;
    margin-left:220px;
    margin-top:20px;
    overflow-x:hidden;
}
p{color:#031c13;font-size:12px;}

/* skrol */
::-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: #031c13;
}

::selection {
background: #fcb8c9;
color: #031c13
}