* {cursor: url(https://i.imgur.com/N8JcuJu.png), auto !important;}

body {
    border: 32px solid #000;
    background: #FCCC00;
    border-image: url(https://i.imgur.com/YMv9KYD.png) 32 round;
}

#hSub, #header {
    background: url(https://i.imgur.com/YMv9KYD.png);
    padding: 8px;
    border-bottom: 5px solid black;
}

#hSub a {
    color: white;
    text-shadow: 3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

#container {
}

a.logo {
    font-size: 0px;
    font-family: monospace;
}

a.logo::after {
    font-size: 24px;
    content: url(https://i.imgur.com/6GeiWTK.png);
}

/* about contacts whatever */

div#country {
    font-size: 0px;
}

div#country::after {
    font-size: 15px;
    content: "ABQ, New Mexico";
}

.boxInfo {
    background: url(https://i.imgur.com/Sy4cUTG.jpg);
    background-size: 100%;
    background-position: 55% 25%;
}

.boxButton {
    color: red;
    text-shadow: 3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
}

.url {
    background: url(https://i.imgur.com/Sy4cUTG.jpg);
    background-size: 100%;
    background-position: 15% 05%;
    border: 2px solid black;
}

.boxHead {
    background: #a800008f;
}

.rightHead {
    background: #039;
    color: #ffffff;
}

.extended {
    background: url(https://i.imgur.com/XCJJafo.png);
    background-size: 100% 100%;
}

.extended a {
    color: transparent;
}

div.blogs {
  background: #039;
  font-size: 100%;
  padding: 5px;
  color: white;
}

div.blogs a {
  color: white;
  text-decoration: underline wavy red;
}

h4 {
  background: transparent;
  color: red;
  text-shadow: #8e0000 2px 2px , #8e0000 -2px -2px , #8e0000 -2px 2px;
}

.boxHead {
    background: #003399;
}

.blog {
    background-color: #ffffff;
    color: #002A86;
    font-size: 18px;
    font-weight: bold;
    font-family: system-ui;
    padding: 15px;
}

.fwiendFace b {
  background: #039;
  color: white;
  padding: 5px;
  border: 7px double #fccc00;
  margin-bottom: 10px;
}

.fwiendFace img {
  width: 12vh;
  border: 10px double red;
  border-radius: 100%;
  height: 12vh;
  object-fit: cover;
  background: white;
}



/* comments */

.tableLeft {
    background: transparent;
    border: 16px solid red;
    border-image: url(https://i.imgur.com/XAlksUd.png) 32 round;
}

.tableRight {
    background: transparent;
    border: 16px solid red;
    border-image: url(https://i.imgur.com/XAlksUd.png) 32 round;
}

