/*Scrollbar stuff*/
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #1a1728;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #303e62;
}
@font-face{
  font-family:"norm";
  src: url(https://ondine.neocities.org/fonts/times.ttf);
}
@font-face{
  font-family:"ital";
  src: url(https://ondine.neocities.org/fonts/timesi.ttf);
}
body {
    cursor: url(https://ondine.neocities.org/images/pen.png),auto;
    background-image:url(https://ondine.neocities.org/images/wallpaper/stars.gif);
    background-blend-mode:multiply;
    background-color: rgb(80,100,120, .8);
    margin-left:15%;margin-right:15%;margin-top:0px;}
    p, li, h1, h2, h3, b, details, summary {font-family:"norm", serif;}
    a {color:#6BE8FA;text-shadow: 0px 0px 5px #2E68A6;cursor: url(https://ondine.neocities.org/images/pen.png), auto;}
    a:active{cursor: url(https://ondine.neocities.org/images/pen1.png), auto;}
    hr{border-color:#F8E2BD;}
    font-family:"norm", serif;
    i{font-family:"ital", serif;
    font-style:normal;}
    figure, figcaption{color:#575757}
}
::selection {
    text-shadow: 0px 0px 8px rgb(159, 107, 34);
    color: rgb(255, 214, 163);}
/*Sectional*/
.Kuchen{
    background:#141110;
    margin-top:-10px;
    border:10px solid rgb(24, 23, 22);
}
.zagolovok{
    background-image:url(https://ondine.neocities.org/images/wallpaper/kirpic2.gif);
    height:170px;background-blend-mode: multiply;background-color: rgba(75, 78, 78, 0.817);  display: flex;
    justify-content: center;
    align-items: center;
    h1{color:rgb(255, 214, 138);
        text-shadow:0px 0px 10px rgb(218, 146, 12);
        padding:20px;}
}
.othercrap{
    padding:20px;
    h2{color:rgb(112, 173, 217);}
    h3{color:#4A67B2;}
    p, li, details, summary{color:rgb(173, 170, 163);}
    p{text-indent:25px;}
    figcaption{color:#5D5E5F}
}
@media screen and (min-width:320px) and (max-width:640px) {
    body{margin-left:0px;margin-right:0px;}}