@font-face {
  font-family: W95FA;
  src: url(/assets/fonts/W95FA.otf);
}

* {
  margin: 0;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: #018281;
  font-family: W95FA;
  overflow: hidden;
}

.items {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.items img {
  width: 64px;
  height: 64px;
  margin: 32px 0px 0px 32px;
}

.items div {
  width: 128px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.items div p {
  padding-top: 4px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 64px;
  background-color: #b3b2b2;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0px 2px 0px 0 rgba(255, 255, 255);
}

.start {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-left: 8px;
  border-top: 2px solid #f5f2f2;
  border-left: 2px solid #f5f2f2;
  border-right: 2px solid #1e1d1d;
  border-bottom: 2px solid #1e1d1d;
  padding: 6px;
}

.start img {
  width: 32px;
  height: 32px;
}

.start p {
  margin-left: 8px;
}

.time {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-right: 8px;
  border-top: 2px solid #1e1d1d;
  border-left: 2px solid #1e1d1d;
  border-right: 2px solid #f5f2f2;
  border-bottom: 2px solid #f5f2f2;
  padding: 6px;
}

/* Vensters (Projects en About me) */
.projects-open,
.about-open,
.computer-open,
.unfinished-open {
  position: absolute;
  bottom: 100px;
  left: 200px;
  flex-direction: column;
  align-items: center;
  width: 704px;
  height: 448px;
  background-color: #f9f9f9;
  display: none;
}

/* Topbar */
.top {
  width: 692px !important;
  height: 44px !important;
  background-color: #140559 !important;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.options {
  width: 692px !important;
  height: 44px !important;
  background-color: #c2c3c3 !important;
  display: flex;
  align-items: center;
  font-size: 30px;
  gap: 28px;
}

.options #option1 {
  margin-left: 28px;
}

.content {
  width: 674px !important;
  height: 248px !important;
  background-color: #f9f9f9;
  border-top: 4px solid black;
  border-left: 4px solid black;
  border-right: 6px solid #c2c3c3;
  box-shadow: 0px 0px 0px 4px #c2c3c3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  justify-items: center;
  font-size: 24px;
  overflow: auto;
  padding-bottom: 32px;
}

.content img {
  width: 64px;
  height: 64px;
}

.content div {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.bottom {
  width: 692px !important;
  height: 60px !important;
  background-color: #c2c3c3 !important;
  padding-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
}

.topleft {
  display: flex;
  align-items: center;
  font-size: 30px;
  height: 44px;
  color: white;
  margin-left: 12px;
}

.topleft img {
  width: 32px;
  height: 32px;
}

.topleft p {
  margin-left: 14px;
}

.bottom div {
  display: flex;
  align-items: center;
  border-top: 4px solid black;
  border-left: 4px solid black;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  margin: 6px;
  padding: 4px;
}

.objects {
  width: 436px;
  margin-left: 4px !important;
}

.size {
  width: 180px;
  margin-right: 10px !important;
}

.topright {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 6px;
}

.topright > div {
  width: 28px;
  height: 28px;
  border-top: 2px solid #c9c9c9;
  border-left: 2px solid #c9c9c9;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background-color: #c9c9c9;
  box-shadow: inset 2px 2px white;
}

.minimize-design {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 40px;
  margin: 5px 0px 0px 1px;
}

.fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-design {
  width: 14px;
  height: 12px;
  border-top: 4px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin-top: 4px;
  margin-left: 2px;
}

.exit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.exit:hover {
  cursor: default;
}

.exit-design {
  margin-top: 2px;
  margin-left: 1px;
}

.about-open .content {
  display: flex;
}

.computer-open .content {
  display: flex;
}

.item p {
  text-align: center;
}
