/*================ SQUIRE =================*/

body {
font-size: 15px;
max-width: 295px;
margin: 120px auto;
font-family: arial;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
text-rendering:geometricPrecision;
text-wrap: pretty;
scroll-behavior: smooth;
line-height: 1.3;
color: black;
}

body::-webkit-scrollbar { 
display: none;  /* Safari and Chrome */
}

.pin {
top: 40px;
right: 40px;
position: absolute;
cursor: pointer;
width: 60px;
}

a {
color: black;
text-decoration: none;
}

a:hover, .pin:hover {
opacity: .77;
}

img {
max-width: 100%;
display: block;
margin: auto;
cursor: pointer;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
}

hr {
background-repeat: round;
height: 67px;
border: none !important;
background-image: url('thread2.png');
}
