@font-face {
    font-family: "dogica"; 
    src: url("/fonts/dogica.ttf") format("truetype");
}

a:hover{
cursor: url("/cursors/sburbR.png"), default;
}

body::before {
content: " ";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.10) 50%);
z-index: 100;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}

body{
cursor: url("/cursors/sburbR.png"), default;
background-image: url('x');
background-color: #fff;
background-size: 100%;
height: 1366px;
width: 663px;
overflow-x: hidden;
overflow-y: hidden;
color: #000;
z-index: 1;
}

p{
font-family: dogica;
font-size: 8px;
line-height: 1.3;
letter-spacing: 0.2px;

}

#container{
position: absolute;
top: 150px;
left: 300px;
width: 750px;
height: 350px;
background-color: #fff;
padding: 15px;
box-shadow: inset 0px 0px 10px 10px #fff;
z-index: 3;
}

#image{
width: 750px;
height: 140px;
background-color: #fff;
overflow: hidden;
box-shadow: inset 0px 0px 10px 10px #fff;
background-image: url('https://file.garden/ZYDgfW2nsi-rTE3G/hssky1.png');
background-size: 105%;
background-position: center;
z-index: 3;
}

#logo{
position: absolute;
top: 210px;
left: 730px;
z-index: 4;
}