:root {
  --accent: #690101;
  --font: var(--main);
  --iconcolor: rgb(14, 13, 13);
}

::-webkit-scrollbar {
  display: block !important;
  /* background: red; */
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: black;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.445);
}

::selection {
  color: rgb(141, 4, 4);
  text-shadow: 0px 0px 2px rgba(141, 4, 4, 0.384);
}

body {
  background-image: linear-gradient(360deg, rgba(19, 0, 0, 0.356) 0%, rgba(128, 0, 0, 0.116) 100%), url(../bg/ike.jpg);
  background-size: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-family: var(--font);
}

#hi {
  align-items: center !important;
  position: relative;
  height: 100% !important;
}

.window {
  background: white;
  width: 60em;
  height: 40em;
  border: 1px solid var(--accent);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .25);
  font-family: var(--font);
}

.title {
  width: calc(100% - 5px);
  height: 31px;
  background: var(--accent);
  color: white;
  text-align: left;
  padding-left: 5px;
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
}

.icons {
  position: absolute;
  right: 0;
  height: 100%;
}

.icons button {
  background: none;
  border: none;
  color: white;
  width: 50px;
  height: 100%;
}

.icons button:hover {
  backdrop-filter: brightness(150%);
}


.icons>.x:hover {
  background: #e81123 !important;
  backdrop-filter: none;
}

.icons>.x:active {
  background: #e811237a !important;
}

.icons button:active {
  backdrop-filter: brightness(120%);
}

.ribbonTab {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  font-size: .75em;
  user-select: none;
}

.fileButton {
  border: none;
  background: #3b0000;
  font-family: var(--font);
  padding: 2px 20px;
  height: 100%;
  color: white;
  font-size: .875em;
}

.fileButton:hover {
  background: #6e0c0c;
}

.fileButton:active {
  background: #a8004b;
}

.tabs button {
  border: 1px solid transparent;
  background: white;
  font-family: var(--font);
  height: calc(28px - 5px);
  font-size: 1em;
  transition: all .2s ease;
  padding: 5px 12px 0 12px;
}

.tabs button:hover {
  border: 1px solid #ebecec;
}


/* .ribbon {
    background: #f5f6f7;
    width: 100%;
    height: 92px;
    border-top: 1px solid #dadbdc;
    border-bottom: 1px solid #dadbdc;
  } */

.nav {
  width: 100%;
  height: 40px;
  font-size: .875em;
  display: flex;
  align-items: center;
  padding: 0 15px;
  user-select: none;
}

.navigator a {
  color: black;
  text-decoration: none;
}

.addressbar {
  border: 1px solid #d9d9d9;
  width: 55.5%;
  margin-left: 8px;
  margin-right: 13px;
  height: 26px;
  color: black;
  font-size: .875em;
  display: flex;
  align-items: center;
  padding-left: 5px;
  font-weight: 600;
  user-select: none;
}

.search {
  width: 27.6%;
  border: 1px solid #d9d9d9;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  color: #6d6d6d;
  font-size: .875em;
  user-select: none;
}


.icon {
  color: var(--iconcolor);
}

.path {
  color: #888888;
  transform: scale(.75);
  margin: 0 7px;
}


.content {
  display: flex;
  height: 82.35%;
}

.half1 {
  width: 18%;
  height: auto;
  border-right: 1px solid #f7f7f7;
  text-align: left;
  font-size: .8em;
  margin-top: 20px;
  margin-left: 5px;
  user-select: none;
}

.half1 ul {
  list-style: none;
  padding-inline-start: 0px;
  margin-block-start: .5em;
}

.half1 ul li {
  width: calc(100% - 25px);
  padding-inline-start: 30px;
  margin-left: -5px;
  padding-top: 5px;
  height: 17px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.half1 ul li a {
  color: black;
  text-decoration: none;
}

.active {
  background: #cde8ff !important;
}

.active:hover {
  border-top: 1px solid #99d1ff;
  border-bottom: 1px solid #99d1ff;
}

.half1 ul li:hover {
  background: #e5f3ff;
}

.half1 ul i {
  margin-right: 2px;
}

.half2 {
  width: 82%;
  height: 100%;
}

.folder {
  margin-top: 10px;
  height: 100%;
  position: relative;
}

.abt {
  width: 100%;
}

.file {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.164));
  width: 115px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  user-select: none;
  height: 100%;
}

.file:hover {
  background: rgba(255, 0, 0, 0.205);
}

.file:focus {
  background: rgba(255, 50, 50, 0.445);
}

.file p {
  margin: 0;
  margin-top: 5px;
  font-size: .875em;
}

.txt {
  width: 350px;
  height: 300px;
  border: 1px solid black;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.164));
  background: white;
  font-size: .875em;
  position: relative;
  z-index: 1;
  font-family: var(--font);
}

.txt>.header {
  background: var(--accent);
  height: 20px;
  width: 100%;
  color: white;
  padding: 5px 0;
  font-size: 1em;
  text-align: left;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  position: relative;
}

.txt>.header span {
  padding-left: 5px;
  margin-top: 2.5px;
  display: block;
}

.info {
  width: 100%;
  height: 20px;
  /* background: pink; */
}

.collection-image {
  position: absolute;
  z-index: 3;
  top: 4em;
  left: 4em;
  border: 1px solid black;
  width: 600px;
  background: white;
}

.files {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.files>.file {
  margin-right: 10px;
  margin-bottom: 15px;
  width: 115px;
  padding: 7px 0;
}

.files>.file:nth-child(6n) {
  margin-right: 0;
}

.skillwin {
  position: absolute;
  left: 10em;
  bottom: 10em;
  width: 500px;
  height: 440px;
}

.progressbar {
  width: 100%;
  height: 20px;
  background: #808080;
  margin-top: .5em;
  margin-bottom: 1em;
}

.statswin {
  text-align: left;
  position: absolute;
  right: 13em;
  top: 6em;
  width: 430px;
  height: 370px;
}

.statswin span:first-of-type {
  font-weight: bold;
}

.statswin p {
  margin-top: .25em;
  text-align: right;
}

.statswin ol {
  padding-inline-start: 0;
  list-style-type: none;
}

.text-div {
  /* background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 0%);
  background-position: 0 10px;
  background-size: 10px 1px;
  background-repeat: repeat-x; */
  width: 100%;
  height: 25px;
  text-align: left;
  position: relative;
}

.dot {
  width: 100%;
  border-top: 2px dotted rgb(189, 27, 27);
  height: 1px;
  position: absolute;
  top: 10px;
  left: -2px;
}

.text-span {
  background: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  left: -1px;
}

.pull-right {
  float: right;
  padding-left: 10px;
}

.cool>.inside {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25em;
}

.cool>.inside h1 {
  margin: 0;
  margin-top: .25em;
  font-family: TypeAccelerator;
  font-weight: normal;
}

.cool>.inside>.pics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cool>.inside>.stamps {
  gap: .5em;
}

.cool>.inside>.blinkie {
  gap: .25em;
}

.cool>.inside>.pics img {
  display: block;
}

.hiii {
  text-decoration: none;
  color: rgb(133, 0, 0);
  animation: glow2 1s linear alternate infinite;
  padding: 5px;
  border: 1px solid transparent;
  transition: all .2s ease;
}

.hiii:hover {
  border-color: rgb(94, 0, 0);
  animation-play-state: paused;
}



/* SPOTIFY */

.spotify {
  display: none;
  position: absolute;
  left: 25%;
  bottom: 15%;
  width: 85em;
  height: 55em;
  z-index: 20;
  border: 1px solid black;
  background: black;
  font-family: Gotham;
}

.spotify>.title {
  background: black;
  height: 35px;
}

.spotify>.sides {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: calc(100% - 106px - .5em);
}

.spotify>* .icons button:hover {
  background: rgb(112, 112, 112);
}

.spotify>.sides>.side1 {
  width: 24%;
  margin-left: .5em;
  height: 100%;
}

.stupidthing {
  background: #121212;
  padding: 10px;
  width: calc(100% - 20px);
  border-radius: 10px;
}

.stupidthing button {
  background: none;
  color: #b3b3b3;
  border: none;
  display: block;
  /* background: rgba(255, 255, 0, .25); */
  padding: 13px;
  font-size: 1em;
  /* font-weight: bold; */
  font-family: Gotham;
}

.stupidthing button i {
  margin-right: .5em;
  font-size: 1.25em;
}

.stupidthing button:hover {
  color: #fff;
  cursor: pointer;
}

.library {
  color: #fff;
  text-align: left;
  background: #121212;
  margin-top: .5em;
  border-radius: 10px;
  padding: 10px;
  width: calc(100% - 20px);
}

.thing {
  margin-top: 1.25em;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.thing::after {
  content: '';
  height: 30px;
  width: 40px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #121212 80%);
  /* border: 1px solid white; */
  position: absolute;
  right: -10px;
  top: -5px;
}

.thing span {
  background: #232323;
  color: #fff;
  padding: 8px 11px;
  border-radius: 15px;
  font-size: .75em;
}

.albumlist {
  margin: auto;
  margin-top: 1.75em;
  height: 540px;
  scrollbar-width: none;
  overflow: auto;
}

.albumlist img {
  height: 45px;
  border-radius: 5px;
}

.albumlist>.album {
  display: flex;
  align-items: center;
  padding: 7px;
}

.albumlist>.album:hover {
  background: rgba(255, 255, 255, 0.062);
  border-radius: 5px;
}

.album img:hover {
  filter: grayscale(.75);
  transform: scale(1.05);
}

.album img:active {
  filter: grayscale(.75);
  transform: scale(1);
}

.albuminfo {
  width: 85%;
  margin-left: .65em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.albumTitle {
  color: white;
}

.albumArtist {
  color: #b3b3b3;
  font-size: .75em;
}

.albumArtist i {
  color: #1ed45e;
  transform: rotate(40deg);
  padding: 0 3px;
  font-size: .875em;
}

.spotify>.sides>.side2 {
  width: 52%;
  margin: 0 .5em;
  height: 100%;
  border-radius: 10px;
}

.playlist {
  /* padding: 0 15px; */
  background: linear-gradient(180deg, #d24476 0%, rgba(18, 18, 18, 1) 40%);
  border-radius: 10px;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.playlistname {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 15px;
  /* background: linear-gradient(180deg, rgba(197,73,73,1) 0%, rgba(18,18,18,1) 100%); */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.playlistinfo {
  width: 75%;
  text-align: left;
  margin-left: 1em;
  color: white;
}

.playlistinfo h2 {
  font-size: .75em;
  font-weight: normal;
  margin: 0;
}

.playlistinfo span {
  font-size: .75em;
  color: #c2bfbf;
}

.playlistinfo a {
  color: #ffcaca;
  text-decoration: none;
}

.playlistinfo a:hover {
  color: #ff9595;
  text-decoration: underline;
}

.playlistinfo h1 {
  margin: 0;
  font-size: 2.4em;
}

.columnnames {
  display: flex;
  color: #b3b3b3;
  font-size: .75em;
  border-bottom: 1px solid #b3b3b34b;
  width: 96%;
  margin: auto;
  margin-top: 1em;
  padding-bottom: 10px;
}

.col1 {
  width: 6%;
}

.col2 {
  width: 52%;
  text-align: left;
}

.col3 {
  width: 42%;
  text-align: left;
}

.playlistsongs {
  width: 98%;
  color: #fff;
  padding: 10px 0;
}

.playlistsongs *>.song {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playlistsongs ol {
  counter-reset: item;
  list-style-type: none;
  padding-inline-start: 20px;
  margin: 0;
}

.playlistsongs li {
  display: block;
  position: relative;
  margin-left: 1.25em;
  padding: 5px;
  border-radius: 5px;
}

.playlistsongs li:hover {
  background: rgba(255, 255, 255, 0.212);
}

.playlistsongs li:before {
  content: counter(item) "  ";
  counter-increment: item;
  margin-right: 1em;
  position: absolute;
  left: -2em;
  top: .75em;
  color: #b3b3b3;
  text-align: right;
  width: 20px;
  /* font-size: .875em; */
}


.playlistsongs img {
  display: block;
  width: 40px;
  border-radius: 5px;
}

.song>.albumart {
  margin-right: .5em;
  width: 7%;
}

.song>.songartistcol {
  text-align: left;
  width: 47%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1em;
}

.title2 {
  font-size: .95em;
  color: white;
}

.artist2 {
  font-size: .75em;
  color: #aeb0b3;
}

.song>.albumcol {
  width: 46%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: .875em;
  color: #b3b3b3;
}

.spotify>.sides>.side3 {
  width: 24%;
  height: 100%;
  margin-right: .5em;
}

.nowplaying {
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  background: radial-gradient(circle, #20201e 0%, #63060b 51%, #232323 100%);
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 30px);
  scrollbar-width: none;
}

.songname {
  color: white;
  font-size: 1.25em;
  font-weight: 500;
  margin-top: .5em;
  margin-bottom: 2px;
  display: block;
}

.artist {
  color: rgba(255, 255, 255, 0.75);
}

.artistabt {
  background: rgba(255, 255, 255, 0.116);
  margin-top: 1.25em;
  border-radius: 10px;
  color: white;
}

.artistabt>.top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.466) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.493) 100%), url('../img/abt/win10/spotify/jda.jpg');
  background-size: cover;
  height: 170px;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.artistabt>.top span {
  position: relative;
  top: 10px;
  left: 15px;
  font-size: .875em;
}

.artistabt>.info {
  height: auto;
  padding: 13px;
}

.whogaf {
  background: rgba(255, 255, 255, 0.116);
  padding: 10px;
  margin-top: 1em;
  border-radius: 10px;
  color: white;
}

.KILLYOURSELF {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-left: 1.25em;
  margin-top: .7em;
}

.idgaf {
  font-size: .875em;

}

.idgaf span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
}

.player {
  background: linear-gradient(90deg, rgb(114, 23, 23) 0%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 100%);
  height: 65px;
  border-radius: 10px;
  width: calc(99% - 14px);
  margin: auto;
  margin-top: .5em;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 0 7px;
}

.npinfo {
  text-align: left;
  margin-left: .75em;
  width: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.npinfo>.title2:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ok {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: -.5em;
}

.controls {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.controls>.on {
  color: #1db954;
  position: relative;
}

.controls>.on::after {
  content: '';
  height: 3px;
  width: 3px;
  background: #1db954;
  position: absolute;
  border-radius: 50%;
  bottom: -7px;
  left: 6px;
}

.controls i {
  margin-right: 1em;

}

.fa-circle-play:hover {
  transform: scale(1.05);
  transform-origin: center;
}

.fa-circle-play:active {
  transform: scale(1);
}

.ya:hover {
  color: #fff !important;
}

.progress {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  margin-top: .45em;
}

.progress span {
  color: #b3b3b3;
  font-size: .75em;
}

.bar {
  width: 30em;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(77, 77, 77, 1) 60%);
  position: relative;
  border-radius: 3px;
}

.ball {
  height: 12px;
  width: 12px;
  background: white;
  position: absolute;
  left: 58.5%;
  top: -4px;
  border-radius: 50%;
  display: none;
}

.bar:hover {
  background: linear-gradient(90deg, #1db954 60%, rgba(77, 77, 77, 1) 60%);
}

.bar:hover .ball {
  display: block;
}

.whatever {
  width: 15%;
}

.taskbar {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  background: rgba(121, 0, 0, 0.507);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--font);
}

.taskbar>.startbutton {
  height: 100%;
  width: 36px;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}

.taskbar>.startbutton:hover {
  background: rgba(255, 255, 255, 0.25);
  color: red;
}

.taskbar>.startbutton:active {
  filter: brightness(.75);
}

.windows {
  width: 88%;
  /* background: rgba(255, 210, 210, 0.473); */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wintab {
  width: 150px;
  border-bottom: 2px solid red;
  margin-right: 10px;
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all .1s ease;
  user-select: none;
  padding: 0 5px;
  font-size: .875em;

}

.wintab:hover {
  background: rgba(255, 255, 255, 0.253);
}

.wintab:active {
  filter: brightness(.75);
}

.activetab {
  background: rgba(255, 255, 255, 0.5);
}

.activetab:hover {
  background: rgba(255, 255, 255, 0.582);
}

.wintab>.icon {
  margin-right: .5em;
}


.status {
  width: calc(12% - 1em);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1em;
}


#MyClockDisplay {
  display: inline;
  /* font-family: "Pixelated MS Sans Serif", Arial; */
  font-size: .875em;
}

.iza {
  background-image: linear-gradient(142deg, #ff7878 25%, #db6060 25%, #db6060 50%, #ff7878 50%, #ff7878 75%, #db6060 75%, #db6060 100%);
  background-size: 64.97px 50.76px;
  position: absolute;
  left: 2em !important;
  top: 1em !important;
  width: 93% !important;
  height: 93% !important;
  box-shadow: 0px 0px 0px 15px white;
  filter: none;
}

.izaInner {
  width: 95%;
  margin: auto;
  height: 100%;
}

.izaInner>.top {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 15px;
  margin-top: 1px;
}

.izaInner>.top>.top1 {
  width: 25%;
  margin-right: 1em;
}

.izaInner>.top>.top2 {
  width: 75%;
}

.izaInner>.bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.5em;
  height: 183px;
}

.izaInner>.bottom>.bot1 {
  width: 65%;
  background: white;
  padding: 15px;
  margin-right: 1.5em;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.izaInner>.bottom>.bot2 {
  width: 35%;
  background: white;
  padding: 15px;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.out {
  outline: 1px solid rgb(95, 0, 0);
  box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 0.815);
}

.icons>.close {
  color: black;
}

.icons>.close:hover {
  background: #e81123 !important;
  color: white;
  backdrop-filter: none;
}

.icons>.close:active {
  background: #e811237a !important;
}

.hai {
  position: relative;
  overflow: auto; 
  scrollbar-width: thin;
}

.hai::before {
  content: '';
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #ffffff 80%);
  position: sticky; 
  top: 0;
  left: 0;
  display: block;
}

.hai p {
  margin-block-start: .5em;
  margin-block-end: 0;
}

@font-face {
  font-family: PixelMplus12Bold;
  src: url(../font/PixelMplus12-Bold.ttf);
}

@font-face {
  font-family: Gotham;
  src: url('../font/Gotham-Medium 500.ttf');
}

@keyframes glow {
  0% {
    box-shadow: 0px 0px 0px 0px #9d0000;
    background: #9d0000;
  }

  100% {
    box-shadow: 0px 0px 5px 0px #ca3a3a;
    background: #ca3a3a;
  }
}

@keyframes glow2 {
  0% {
    text-shadow: 0px 0px 0px 0px #9d0000;
    background: white;
    color: rgb(133, 0, 0);
  }

  100% {
    text-shadow: 0px 0px 2px 0px #ca3a3a;
    color: rgb(187, 0, 0);
    background: rgba(141, 0, 0, 0.315);
  }
}

.tippy-box[data-theme~="custom"] {
  width: initial;
  padding: 0;
  background: rgba(0, 0, 0, .75);
  backdrop-filter: blur(1px);
  text-align: center;
  font-family: Gotham;
}

@media screen and (max-width: 1920px) {

  .mainwindow {
    position: relative;
    left: .5em;
  }

  .statswin {
    right: 5em !important;
    top: 3em !important;
    width: 350px;
    height: 355px;
  }

  .statswin>.inside {
    height: 300px !important;
  }

  .skillwin {
    left: 4em !important;
    bottom: 4em !important;
    width: 350px;
    height: 440px;
  }

  .izaya1 {
    left: 10% !important;
    top: 3em !important;
    height: 460px !important;
    width: 350px !important;
  }

  .izaya1 img {
    height: 400px;
  }

  .izaya1 p {
    bottom: 3em !important;
  }

  .izaya2 {
    bottom: 4em !important;
    height: 400px !important;
    width: 390px !important;
  }

  .izaya2 p {
    width: 200px !important;
    height: 93px;
    overflow: auto;
    bottom: 5em !important;
  }

  .spotify {
    bottom: 10%;
    width: 80em;
    height: 45em;
    left: 17%;
  }

  .spotify>.sides {
    width: 99%;
    margin: auto;
  }

  .albumlist {
    height: 378px;
  }

  .kys {
    height: 600px !important;
    top: 40px !important;
    left: 7em !important;
  }

  .emote {
    height: 800px !important;
    right: 4em !important;
  }

}

@media screen and (max-width: 2256px) {

  body {
    background-size: cover;
  }

}