* {
  margin: 0;
  padding: 0;
}

body{
  background-image: url("../public/WhatsApp\ Image\ 2025-01-25\ at\ 9.04.42\ PM.jpeg"); ;
    font-family: '04b30', 'nintendo_ds_biosregular', sans-serif;
    background-color: #000;
    color: #fff;
}

@font-face {
  font-family: "04b30";
  src: url("../public/04b_30__-webfont.woff") format("woff2"),
    url("../public/04b_30__-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nintendo_ds_biosregular";
  src: url("../public/nintendo-ds-bios-webfont.woff2") format("woff2"),
    url("../public/nintendo-ds-bios-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#title {
  text-align: center;
  padding: 1em;
  font-size: 3em;
}

#mainContainer {
  padding: 2% 15% 0 15%;
}

#Container {
  border-radius: 5rem;
  height: 500px;
  padding: 3%;
  position: relative;
}

#boxes {
  display: flex;
  flex-wrap: nowrap;
  gap: 3em;
  justify-content: center;
  margin-bottom: 3%;
}

.boxItem {
  width: 50px;
  height: 30px;
  padding: 3px;
}

#Instruction {
  display: flex;
  justify-content: center;
  padding: 4%;
  gap: 250px;
}

#keyboard {
  width: 300px;
  height: 125px;
}

#keyboardImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#mouse {
  width: 200px;
  height: 125px;
}

#mouseImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.boxItem i {
  font-size: 2.5em;
  color: #fff;
}

#ScreenChanger {
  z-index: 999;
  position: absolute;
  bottom: 35px;
  right: 35px;
}

#ScreenChanger:hover {
  cursor: pointer;
}

#ScreenChanger i {
  font-size: 1.5em;
}

#small {
  display: none;
}

iframe {
  border-radius: 5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

