a.logo {
    font-size: 0px;
}

a.logo::after {
    font-size: 16px;
    content: "www.apple.com";
}

body {
    background: url(https://512pixels.net/downloads/os9-5k/Mac-OS-Background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#header {
    background: linear-gradient(rgba(90,116,152,1), rgba(190,203,221,1));
}
#hSub {
    background: linear-gradient(rgba(190,203,221,1), rgba(90,116,152,1));
}

.boxHead {
    background: linear-gradient(rgba(48,77,138,1), rgba(106,128,180,1));
}


#sMsg {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/xf5Gwpm.png);
}
#block {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/xf5Gwpm.png);
}
#report {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/xf5Gwpm.png);
}
#add {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/xf5Gwpm.png);
}

a.logo::before {
    font-size: 16px;
    content: url(https://i.imgur.com/xf5Gwpm.png);
}
Image

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-4/cur330.cur), auto !important;} /* End https://www.cursors-4u.com */



html::before {
    background-image: url(https://i.imgur.com/81FLzna.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 370px;
    position: fixed;
    display: block;
    content: "";
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 1500;
    animation: welcome 4.5s steps(1) none;
    animation-fill-mode: forwards;
}
@keyframes show {
0% {
   visibility: hidden;
}
}
@keyframes welcome {
0% {
   visibility: hidden;
}
64% {
   visibility: visible;
}
100% {
   visibility: hidden;
}
}
@keyframes black {
0% {
   cursor: none;
   background: #000;
}

.boxInfo {
    background: url(https://i.imgur.com/Sy4cUTG.jpg);
    background-size: 100%;
    background-position: 55% 25%;
}

.fwiendCount::after {
    color: white;
    font-size: 15px;
    content: " unbelievable, super cool and most importantly apple user";
}
