@font-face {
  font-family: CreatoDisplay;
  src: url("fonts/CreatoDisplay-Regular.otf") format("opentype");
}

@font-face {
  font-family: Drowner;
  src: url("fonts/Drowner-Free.otf") format("opentype");
}

body {
  font-family: "CreatoDisplay", sans-serif;
  margin: 0;
  padding: 0;
}

header {
  position: sticky;
  top: 0;
  width: 300px;
  flex-shrink: 0;
  padding: 1rem;
}

nav img {
  width: 70px;
  height: 70px;
  margin-top: 1rem;
}

nav ul {
  padding: 0;
}

nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  width: 120px;
}

nav a {
  text-decoration: none;
}

main {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 814px;
  padding-top: 2rem;
}

aside {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  width: 250px;
  z-index: 1000;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-family: "Drowner", sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 4px;
}

h3 {
  border: solid;
  border-width: 1px 3px 3px 1px;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

p {
  margin: 0;
}

a {
  color: #fb58a7;
}

a:hover {
  color: #f4b6df;
}

img {
  filter: invert(0) grayscale(1) brightness(1.2) contrast(5);
  image-rendering: pixelated;
}

img:hover {
  filter: none;
  image-rendering: auto;
}

.main-container {
  position: relative;
  min-height: 100vh;
}

.main-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding-bottom: 12rem;
}

.main-footer-wrapper {
  display: flex;
  justify-content: center;
}

.box {
  border: solid;
  border-width: 1px 3px 3px 1px;
  padding: 1rem;
  height: fit-content;
}

.update-entry {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #b7b7b7;
}

.update-entry:last-child {
  border-bottom: none;
}

.update-date {
  font-weight: bold;
}

#status iframe {
  border: solid;
  border-width: 1px 3px 3px 1px;
  padding: 1rem;
  height: 75px;
}

#currently iframe {
  height: 50px;
}

#currently-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#piclog-img {
  border: solid;
  border-width: 1px 3px 3px 1px;
  width: auto;
  height: 250px;
}

#updates-wrapper {
  background-color: #fff;
  border: solid;
  border-width: 1px;
  padding: 1rem;
  max-height: 400px;
  overflow-y: auto;
}

#row1 {
  width: 100%;
}

#row2,
#row3 {
  display: flex;
  gap: 1.25rem;
  width: 100%;
}

#row4 {
  margin-top: 0.4rem;
}

#welcome {
  margin-bottom: 0.5rem;
}

#small {
  font-size: small;
}

#updates-btn {
  background-color: #191819;
  color: #fff;
  border-style: outset;
  padding: 0.5rem 0.6rem;
}

#updates-btn:hover {
  cursor: pointer;
  border-style: inset;
}
