<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Mr+Dafoe);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:900);

@import url(https://fonts.googleapis.com/css?family=Monoton);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);



/* abajo el DOCK*//* abajo el DOCK*//* abajo el DOCK*//* abajo el DOCK*//* abajo el DOCK*/
/* abajo el DOCK*/

h1, p { text-align:center}
p { margin-top:-18px }


/* Dock */
@-webkit-keyframes bounce {
  0% { transform:translateY(0) }
  100% { transform:translateY(-20px) }
}

@-moz-keyframes bounce {
  0% { transform:translateY(0) }
  100% { transform:translateY(-20px) }
}

.dock {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: normal 14px/1;
  font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-style: normal;
	font-weight: 400;
}

.dock ul {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	margin: 0;
	background: url("https://bit.ly/11XOnb3") repeat-x bottom;
}

.dock ul:before, .dock ul:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 31px;
}

.dock ul:before {
  left: -31px;
  background: url("https://bit.ly/11MSxqX") no-repeat left bottom;
}

.dock ul:after {
  right: -31px;
  background: url("https://bit.ly/12uo9l4") no-repeat right bottom;
}

.dock li {
  display: inline-block;
  position: relative;
  margin: 0px;
  margin-bottom: 15px;
  vertical-align: baseline;
  box-shadow: below -16px -webkit-gradient(linear, left top, left bottom,from(transparent),color-stop(91%, rgba(255, 255, 255, .1)),color-stop(91.01%, transparent),to(transparent));
}

.dock a {
  display: inline-block;
  outline: none;
}

.dock li:target a {
  animation: bounce .3s 6 alternate ease-out
}

.dock li:after {
	content: " ";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 5px;
	height: 5px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 255, 255, .8);
	margin-left: -2px;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(75, 255, 255, .4), 0 0 4px rgba(75, 255, 255, .5), 0 -1px 7px rgb(75, 255, 255);
  transition: opacity .5s;
}

.dock li:target:after {
	visibility: visible;
	opacity: 1;
}

.dock em {
	position: absolute;
	top: -34px;
	left: 50%;
	display: none;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}

.dock em:after {
	content: " ";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, .6);
	border-bottom: none;
}

.dock em span {
	display: inline-block;
	padding: 5px 12px;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, .6);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	border-radius: 12px;
}

.dock li:hover em, .dock li a:focus em {
	display: block;
}

.dock img {
	width: 60px;
	height: auto;
	border: none;
  transition: width .2s, height .2s;
}

.dock li:hover img, .dock li a:focus img {
	width: 96px;
}

.dock li:active img {
	opacity: .9;
}






/* arriba el windo formar*/
/* arriba el windo formar*/

@font-face {
    font-family: Chicago;
    src: url('https://dl.dropbox.com/s/ueoh9twyvz4bwkr/ChicagoFLF.ttf?dl=0');
}

*, *:after, *:before {
	box-sizing: border-box;
}

body {
  padding: 0em;
	background: none
}

.flex-grid-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
    font-size: 1em;
}

.mac-window {
	background: white;
	color: black;
	border: 1px solid black;
	width: 401px;
    height: relative;
	border-radius: 1px;
	box-shadow: 1px 1px 0 black;
	font-family: Chicago;
}

.mac-window .title-bar {
	text-align: center;
	border-bottom: 1px solid black;
	width: 100%;
	position: relative;
}

.mac-window .title-bar .bars-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	justify-content: center;
	margin: 3px 1px 2px 1px; 
	position: relative;
}

.mac-window .title-bar .bars-container .bar {
	margin-bottom: 1px;
	border-bottom: 1px solid black;
	width: 100%;
}

.mac-window .title-bar .close {
	width: 13px;
	height: 13px;
	position: absolute;
	top: -1px;
	left: 7px;
	background: white;
	padding: 1px;
	z-index: 2;
}

.mac-window .title-bar .close .inner {
width: 100%;
height: 100%;
border: 1px solid black;
}

.mac-window .title-bar .title {
	display: inline;
	position: absolute;
	top: -3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	box-sizing: none;
	padding: 2px;
	background: white;
	font-size: 0.4em;
	height: 100%;
	*white-space: nowrap;
	overflow: visible;
}

.mac-window p {
	padding: 0 1px;
}


/* arriba el windo formar*/ 



/* arriba el windo formar*/ 
/* Tooltip container */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* arriba el windo formar*/
/* arriba el windo formar*/


/* BLINKING*/ /* BLINKING*/ /* BLINKING*/ /* BLINKING*/ /* BLINKING*/


/* HOOVER */ /* HOOVER */  /* HOOVER */ /* HOOVER */  /* HOOVER */ /* HOOVER */  /* HOOVER */ /* HOOVER */  /* HOOVER */ /* HOOVER */  /* HOOVER */ /* HOOVER */   
.hover-title {
    display: inline;
    pointer-events: auto;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}


/* BORDER */  /* BORDER *//* BORDER *//* BORDER *//* BORDER *//* BORDER *//* BORDER */
.bordered-box {
  border: 30px solid #000;
  height: content;
  border-image: url("https://freight.cargo.site/t/original/i/367b01b5e6f754efe45188b2fab979001af0b198056f290dff7739a6a2499a48/bordertest.png") 30;
}



/* SCROLLBAR */  /* SCROLLBAR */  /* SCROLLBAR */  /* SCROLLBAR */  /* SCROLLBAR */  /* SCROLLBAR */  


body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(20, 0, 255, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #fdff00;
  outline: 1px solid slategrey;
}



/* MOUSE */  /* MOUSE */  /* MOUSE */  /* MOUSE */  /* MOUSE */  /* MOUSE */  
html {
    cursor: url("https://freight.cargo.site/t/original/i/35b7d2be45a4f449cfb34e586322d2c9904151f9b7bcc60262df31c35701214b/cursor.png"), auto !important;
}

a {
    cursor: url("https://freight.cargo.site/t/original/i/1aa229634803b056067d1c5d2595fe0234e6023c53ed6510b6a8777ff96b0eb2/deveroe-inv.png"), auto !important;
}

.content img {
    cursor: url("https://freight.cargo.site/t/original/i/1aa229634803b056067d1c5d2595fe0234e6023c53ed6510b6a8777ff96b0eb2/deveroe-inv.png"), auto !important;
}


/* draggables*/ 

.draggable_handle {
    background: transparent;
    color: #40ff00;
}

[data-draggable] .draggable_handle &gt; a {
    color:#00ff20;
    display: inline-block;
    padding: 0.1rem 0.0rem 0rem 0.35rem; 
}

/* TEXTO QUE GIRAthe eleme*/ 

.cycle_content {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
    pointer-events: none;
}
 
.cycle_container {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 55%;
    font-size: 1rem;
    line-height: 1 !important;
}
.flier {
	pointer-events: none;
}

.flier &gt; * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
/*
 * Content ACA ARRANCA LA PAGINA
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
}

.gallery_image_caption {
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(60, 255, 0, 1);
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-style: normal;
	line-height: 1.3;
    text-decoration: underline;
    text-shadow: 1px 1px 3px #000;
	margin-left: -3rem;
    margin-right: -3rem;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2.2rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
 color: rgba(15, 206, 131, 1);
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 4.5rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.85);
        letter-spacing: 0.075rem;
}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 3rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.85);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: #111/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: 0rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1;
    font-size: 20px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: .25rem /*!site_menu_button*/;
	right: .25rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link &gt; a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(255, 255, 255, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: .5rem /*!shop_button*/;
	right: .5rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: inline-block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 3rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0, 0);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(22, 166, 12, 0.74) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
    display: none;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
    display: none;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.audio-player .button {
    background: transparent;
    fill: rgba(255, 255, 255, 0.85);
}

.audio-player .icon {
    fill: rgba(255, 255, 255, 0.75);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(255, 255, 255, 0.6);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

/**
 * Make Eyes follow the Cursor
 * See more at: https://support.cargo.site/Make-Eyes-Follow-the-Cursor
 **/

img[data-caption="#eye"] {
	height: 2.25rem!important;
    width: 2.25rem!important;
}

/* arriba el DOCK*/ /* arriba el DOCK*/ /* arriba el DOCK*/ /* arriba el DOCK*/


body { background: #000; color: #fff; position: relative; margin-left:575px;}

.chrome {
  position: relative;
  background-image: -webkit-linear-gradient(#6300BF 0%, #7937B8 32%, #BF88F2 50%, #8FF2A1 56%, #5AF276 58%, #1AC93A 90%, #208C34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-filter: drop-shadow(2px 10px 5px #208C34);
  font-size: 200px;
  font-family: "Bureau Grot Ultra", Icons;
  font-style: normal;
  margin: 0;
  line-height: 1;
	font-weight: 400;
}

.chrome:before {
  content: 'DEVEROE';
  position: absolute;
  left: 1;
  top: 0;
  z-index: 10;
  background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
  background-position:-680px 0;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1;
  padding-right: 300px;
  -webkit-animation-name: chrome_effect;
  -webkit-animation-duration: 6s;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.dreams {
  position: absolute;
  margin: 0px;
  font-family: 'Mr Dafoe', cursive;
  font-size: 100px;
  color: #ff0018 ;
  transform:rotate(-15deg);
  -ms-transform:rotate(-15deg); /* IE 9 */
  -webkit-transform:rotate(-15deg); /* Safari and Chrome */
  margin-left: -100px;
  margin-top: -70px;
  -webkit-text-stroke: 1px #BF88F2;
  -webkit-filter: drop-shadow(2px 2px 20px #6300BF);
  z-index: 20;
}

/* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ 


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

bodyinsta {
  width: 100%;
  padding-top: 10rem;
  background: lightgrey;
  display: flex;
  justify-content: center;
  align-items: left;
  font-family: sans-serif;
  -webkit-font: antialiased;
    
}

.windows-border {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.wrapper {
  width: 300px;
  height: 550px;
  background: rgb(192,192,192);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}


.windows-header {
  background: rgb(0, 0, 128);
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}

.menu-list { 
  list-style-type: none;
  display: flex;
  margin-bottom: 15px;
}

.menu-list li {
  margin-right: 15px;
  font-size: 12px;
}

.menu-list li::first-letter {
  text-decoration: underline; 
}

.username {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

.user-profile {
  padding: 10px;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: 30px 30px;
  grid-gap: 10px;
}

.user-avatar {
  background: #000;
  grid-row: 1/3;
  border-radius: 50%;
}

.user-statistics {
  font-size: 12px;
  display: flex;
  justify-content: space-around;
}

.user-statistics div {
  text-align: center;
}

.user-statistics div p.count {
  font-weight: bold;
}

.user-actions {
  display: flex;
}

.follow-button {
  width: 100%;
  height: 25px;
  margin-right: 5px;
}

.more-button {
  width: 30px;
  height: 25px;
  font-weight: bold;
}

.user-description {
  grid-column: 1/3;
  font-size: 13px;
}

.options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  grid-template-rows: 25px;
  margin-bottom: 5px;
}

.gallery {
  width: 100%;
  height: 235px;
  border-bottom: 3px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  padding: 2px;
/*   display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 75px; */
/*   grid-gap: 1px; */
  overflow-y: auto;
  margin-bottom: 10px;
}

.gallery img {
  width: calc(100% / 3);
  height: 101px;
  margin: -10px;
}

/* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ /* INSTAGRAM*/ 

/* SOON*/ /* SOON*//* SOON*//* SOON*//* SOON*//* SOON*/
* {
  box-sizing: border-box;
}

a {
  color: white;
}

a:hover {
  color: whitesmoke;
}

body {
  background: url("http://rs77.pbsrc.com/albums/j72/roxy35_2006/animatedbackground_3.gif~c200");
  color: white;
}

.blink {
  animation: blink 1s step-end 0s infinite;
}

@keyframes blink {
  0% {visibility: visible;}
  80% {visibility: hidden;}
}

#sidebar{
  height: 100%;
  position: fixed;
  border: solid 1px whitesmoke;
  left: 0;
  width: 15%;
  top: 0;
  padding: 0em;
  z-index: 255;
  background-color: black;
  color: white;
}

iframe {
  width: 100%;
  height: 500px;
  overflow: scroll;
}

#main {
  margin-left: 15%;
}

.marqueeContainer {
  overflow: hidden;
}


@keyframes marquee{
  from {left: 100%;}
  to {left: -100%;}
}

p {
  margin-top: 0;
}


@media screen and (max-width: 640px) {
  #sidebar {
    display: block;
    position: static;
    width: 100%;
  }
  #main {
    margin-left: 0px;
  }
}
/* ONLINE*/ /* ONLINE*/ /* ONLINE*/ /* ONLINE*/ /* ONLINE*/ /* ONLINE*/ 

.cop {
  position: relative;
  /*font-family: 'Monoton', cursive;*/
  font-family: 'titillium web', cursive;
  font-size: 150px;
  line-height: 3;
  margin: 0;
  padding-left: 80px;
  /* font-weight: normal; */
  background-image: -webkit-linear-gradient(#022486 0%, #0AD0FD 30%, #BDFCFC 40%, #D8FFFF 44%, #00081C 44%, #00081C 50%, #074A67 52%, #1CD8FE 60%, #7FEDFE 62%, #96F5FC 70%, #0FD8FA 73%, #0BD2FD 88%, #AFFDFF 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.mac .cop {
  font-weight: 400;
}

.cop:before {
  position: absolute;
  content: '';
  left: 51px;
  top: 74px;
  width: 80px;
  height: 3px;
  background-image: -webkit-radial-gradient(#fff 0%, transparent 85%);
  z-index: 4;
  -webkit-animation-name: cop_before_effect;
  -webkit-animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.cop:after {
  position: absolute;
  content: '';
  left: 90px;
  top: 32px;
  width: 3px;
  height: 80px;
  background-image: -webkit-radial-gradient(#fff 0%, transparent 85%);
  z-index: 4;
  -webkit-animation-name: cop_after_effect;
  -webkit-animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes chrome_effect {
  0% {background-position:-680px 0;}
  10% {background-position:420px 0;}
  100% {background-position:420px 0;}
}

@-webkit-keyframes cop_before_effect {
  0% {
    left: 51px;
    top: 74px;
    opacity: 0;}
  
  15% {
    left: 51px;
    top: 74px;
    opacity: 1;}
  
  30% {
    left: 51px;
    top: 74px;
    opacity: 0;}
  
  35% {
    left: 370px;
    top: 45px;
    opacity: 0;}
   
  50% {
    left: 370px;
    top: 45px;
    opacity: 1;}
  
  65% {
    left: 370px;
    top: 45px;
    opacity: 0;}
  
  70% {
    left: 564px;
    top: 74px;
    opacity: 0;}
   
  85% {
    left: 564px;
    top: 74px;
    opacity: 1;}
  
  100% {
    left: 564px;
    top: 74px;
    opacity: 0;}
}

@-webkit-keyframes cop_after_effect {
  0% {
    left: 90px;
    top: 32px;
    opacity: 0;}
  
  15% {
    left: 90px;
    top: 32px;
    opacity: 1;}
  
  30% {
    left: 90px;
    top: 32px;
    opacity: 0;}
  
  35% {
    left: 413px;
    top: 11px;
    opacity: 0;}
   
  50% {
    left: 413px;
    top: 11px;
    opacity: 1;}
  
  65% {
    left: 413px;
    top: 11px;
    opacity: 0;}
  
  70% {
    left: 603px;
    top: 32px;
    opacity: 0;}
   
  85% {
    left: 603px;
    top: 32px;
    opacity: 1;}
  
  100% {
    left: 603px;
    top: 32px;
    opacity: 0;}
}

.victory {
  position: relative;
  top: -100px;
  left: 120px;
  font-family: 'Permanent Marker', cursive;
  font-variant: small-caps;
  font-size: 180px;
  -webkit-transform: skew(-3deg,-6deg);
  padding-left: 80px;
  background-image: -webkit-linear-gradient(#FF0FF8 0%,  #F9F9F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  -webkit-filter: drop-shadow(2px 2px 20px #f008b7);
}

.victory:before {
  content: '';
  position: absolute;
  bottom: -98px;
  left: 254px;
  background-image: -webkit-linear-gradient(#F3C8F3 0%, #F3C8F3 100%);
  -webkit-background-clip: text;
  text-shadow: 70px -7px #F3C8F3;
}

.victory:after {
  content: '';
  position: absolute;
  bottom: -85px;
  left: 395px;
  background-image: -webkit-linear-gradient(#F3C8F3 0%, #F3C8F3 100%);
  -webkit-background-clip: text;
  text-shadow: 70px -5px #F3C8F3;
}

.victory-v {
  position: relative;
  background-image: -webkit-linear-gradient(#FF0FF8 0%,  #F9F9F7 100%);
  -webkit-background-clip: text;
  padding-right: 18px;
  margin-right: -18px;
}

.victory-v:before {
  content: '';
  position: absolute;
  top: -71px;
  left: -55px;
  background-image: -webkit-linear-gradient(#FF0FF8 0%,  #FC96FC 100%);
  -webkit-background-clip: text;
}

.victory-v:after {
  content: '';
  position: absolute;
  top: -75px;
  left: 150px;
  background-image: -webkit-linear-gradient(#FF0FF8 0%,  #FC96FC 100%);
  -webkit-background-clip: text;
}


/* win 95*//* win 95*//* win 95*//* win 95*//* win 95*/

.winhtml {
  width: 50%;
  height: 50%;
  margin: 0;
  padding: 0;
  background: #bebebe;
 }

.containerwin {
  width: 400px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 1050%;
  transform: translate(-50%, -50%);
}

nav {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 50;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .img_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
}

nav .img_bg img {
  width: 95%;
  height: 100%;
  position: absolute;
}

.microsoft_logo {
  position: relative;
  top: -50px;
}

.microsoft_logo p {
  color: #00ffff;
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-shadow: 2px 1px 1px rgba(255, 0, 0, 1);
  letter-spacing: -6px
}

.microsoft_logo span {
  font-size: 30px;
  position: relative;
  bottom: 40px;
  left: 10px;
}

.menu_nav {
  width: 85%;
  height: 85%;
  position: absolute;
}

.list-left {
  width: 0px;
  height: 300px;
  position: absolute;
  left: 0px;
  top: 140px;
}

ul a {
  color: #00ffff;
  font-size: 10px;
}

li {
  list-style: none;
  margin-bottom: 40px;
}

.list-left a:nth-child(1) {
  position: relative;
  left: -45px;
}

.list-left a:nth-child(2) {
  position: relative;
  left: -25px;
}

.list-left a:nth-child(3) {
  position: relative;
  left: 20px;
}

.list-right {
  width: 220px;
  height: 150px;
  position: absolute;
  right: 20px;
  top: 140px;
  text-align: center;
}

.list-right a:nth-child(1) {
  position: relative;
  left: 0px;
}

.list-right a:nth-child(2) {
  position: relative;
  left: -20px;
}

.list-right a:nth-child(3) {
  position: relative;
  left: -50px;
}

.list-mid {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 220px;
  top: 140px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.no_margin {
  margin-bottom: 20px !important;
}

.list-mid li {
  margin-bottom: 35px;
}

.list-bottom {
  width: 470px;
  height: 100px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.list-bottom li {
  margin: 0;
  padding: 0;
}

.list-bottom a:nth-child(1) {
  margin-top: 20px;
  position: relative;
  left: -35px;
}

.list-bottom a:nth-child(2) {
  margin-top: 20px;
  position: relative;
  left: -5px;
}

.list-bottom a:nth-child(3) {
  position: relative;
  left: -15px;
  top: 15px;
}

/* menu*/

.aboutme {
    border: 5px double;
    border-color: #d600eb;
    border-radius: 10px;
    padding: 5px;
    margin: 0;
    font-family: sans-serif;
	  font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

h1 span{
    border: 5px double;
    border-color: #d600eb;
    padding: 5px;
    border-radius: 10px;
}

.aboutme {
    background-position: center;
    background-repeat: repeat;
    background-size: 150px;
    opacity: 0.9;
    background-image: url(https://freight.cargo.site/t/original/i/d12bb37735864dc0f4c77ed0c0b785c0c98eb72098ec303dc33d26f755ed39b7/gif-deveroe.gif)
}

.win95 {
  height: 60px;
  width: 80px;
  transform: scaleX(-1);
  position: absolute;
  right: 380px;
  top: 20px;
  opacity: 1;
}

.win951 {
  height: 60px;
  width: 80px;
  transform: scaleX(1);
  position: absolute;
  left: 380px;
  top: 20px;
  opacity: 1;
}

.music {
    border: 5px double;
    border-color: #d600eb;
    border-radius: 5px;
  
}
.video {
    border: 5px double;
    border-color: #d600eb;
    border-radius: 5px;
    width: 70%;
  
}
form {
    text-align: center;
    margin-top: 0;
}
textarea {
    height: 100px;
}
input, textarea {
    margin-bottom: 10px;
    font-size: 11pt;
    padding: 15px 10px 10px;
    border: 1px solid #cecece;
    background-color: #efefef;
    color: #787575;
    border-radius: 5px;
    width: 70%;
    outline: none;
}
.submit {
    background-color: #3fb6b2;
    padding: 12px 45px;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    outline: none;
    margin: 0;
    font-weight: bold;
}



.btn{
    position: fixed;
    top: 10%;
    left: 0%;
    background-color: darkgrey;
    height: 39px;
    width: 200px;
    border-style: solid;
    border-width: 4px;
    border-left-color: white;
    border-top-color: white;
    border-bottom-color: dimgrey;
    border-right-color: dimgrey;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
}
.in_btn{
    padding: 20px;
    text-align:center;
    font-family: 'Press Start 2P', cursive;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.btn:hover{
    background-color: darkblue;
    color: white;
}
.btn:active{
    background-color: darkgrey;
    color: black;
    border-left-color: dimgrey;
    border-top-color: dimgrey;
    border-bottom-color: white;
    border-right-color: white;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

/* hover scroll*/ /* hover scroll*/ /* hover scroll*/

/* blink*/ /* blink*/ /* blink*/ /* blink*/

.blink {
    animation: 0.2s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 15% {
        opacity: 0;
    }
    16%, 100% {
        opacity: 1;
    }
}



/* new wrapper*//* new wrapper*//* new wrapper*//* new wrapper*/

* {
  outline:none;
	border:none;
	margin:0px;
	padding:0px;
}

#paper {
	color:#FFF;
	font-size:20px;
}
#margin {
	margin-left:12px;
	margin-bottom:20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none; 
}
#text {
	width:500px;
	overflow:hidden;
	background-color:#FFF;
	color:#222;
	font-family:Courier, monospace;
	font-weight:normal;
	font-size:24px;
	resize:none;
	line-height:40px;
	padding-left:100px;
	padding-right:100px;
	padding-top:45px;
	padding-bottom:34px;
	background-image:url(https://static.tumblr.com/maopbtg/E9Bmgtoht/lines.png), url(https://static.tumblr.com/maopbtg/nBUmgtogx/paper.png);
	background-repeat:repeat-y, repeat;
	-webkit-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow: 0px 2px 14px #000;
	box-shadow: 0px 2px 14px #000;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#title {
	background-color:transparent;
	border-bottom:3px solid #FFF;
	color:#FFF;
	font-size:20px;
	font-family:Courier, monospace;
	height:28px;
	font-weight:bold;
	width:220px;
}

#wrappers {
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:24px;
	margin-bottom:100px;
}


.impress {
  transform-origin: 0 0;
  transform: rotate(90deg);
  
}


/* iNSTAGRAM*/ /* blink*/ /* blink*/ /* blink*/


.windows-border {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.wrapper {
  width: 100%;
  height: 100%;
  background: rgb(192,192,192);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper2 {
  width: 100%;
  height: 100%;
  background: rgb(21, 21, 21);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper3 {
  width: 100%;
  height: 100%;
  background: rgb(254, 254, 21);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper4 {
  width: 100%;
  height: 100%;
  background: rgb(205, 175, 169);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper5 {
  width: 100%;
  height: 100%;
  background: rgb(252, 243, 121);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper6 {
  width: 100%;
  height: 100%;
  background: rgb(22, 85, 255);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper7 {
  width: 100%;
  height: 100%;
  background: rgb(178, 121, 252);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper8 {
  width: 100%;
  height: 100%;
  background: rgb(252, 121, 250);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper9 {
  width: 100%;
  height: 100%;
  background: rgb(121, 253, 233);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper10 {
  width: 100%;
  height: 100%;
  background: rgb(255, 70, 80);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper11 {
  width: 100%;
  height: 100%;
  background: rgb(137, 109, 215);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper12 {
  width: 100%;
  height: 100%;
  background: rgb(241, 241, 241);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper13 {
  width: 100%;
  height: 100%;
  background: rgb(158, 199, 250);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper15 {
  width: 100%;
  height: 100%;
  background: rgb(6, 6, 6);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper16 {
  width: 100%;
  height: 100%;
  background: rgb(0, 255, 174);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper17 {
  width: 100%;
  height: 100%;
  background: rgb(167, 198, 203);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper18 {
  width: 100%;
  height: 100%;
  background: rgb(255, 0, 0);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper19 {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 255);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper20 {
  width: 100%;
  height: 100%;
  background: rgb(0, 255, 0);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper21 {
  width: 100%;
  height: 100%;
  background: rgb(236, 123, 49);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.wrapper22 {
  width: 100%;
  height: 100%;
  background: rgb(255, 95, 95);
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

.windows-header {
  background: rgb(0, 0, 128);
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: left ;
  margin-bottom: 3px;
}

.menu-list {
  list-style-type: none;
  display: flex;
  margin-top: 5px;
}

.menu-list li {
  margin-right: 15px;
  font-size: 12px;
}

.menu-list li::first-letter {
  text-decoration: underline;
}

.username {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}

hr {
  margin-bottom: 5px;
}

.user-profile {
  padding: 10px;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: 30px 30px;
  grid-gap: 10px;
}

.user-avatar {
  background: transparent;
  grid-row: 1/3;
  border-radius: 50%;
}


.user-statistics {
  font-size: 12px;
  display: flex;
  justify-content: space-around;
}

.user-statistics div {
  text-align: center;
}

.user-statistics div p.count {
  font-weight: bold;
}

.user-actions {
  display: flex;
}

.follow-button {
  width: 80%;
  height: 25px;
  margin-right: 5px;
}

.more-button {
  width: 30px;
  height: 25px;
  font-weight: bold;
}

.user-description {
  grid-column: 1/3;
  font-size: 13px;
}

.options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px;
  grid-template-rows: 30px;
  margin-bottom: 5px;
}

.gallery {
  width: 100%;
  height: 50%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0px;
    /*    display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 75px; */
  grid-gap: 1px; 
  overflow-y: scroll;    
  margin-bottom: 10px;
}


  /* 
.gallery img {
  width: calc(92% / 3);
  height: 71px;
  margin: 1px;
}
 /* 

</pre></body></html>