body {
  background-color: #140096;
  background-image: linear-gradient(45deg, #1d00d6 25%, transparent 25%, transparent 75%, #1d00d6 75%), linear-gradient(45deg, #1d00d6 25%, transparent 25%, transparent 75%, #1d00d6 75%);
  background-size: 40px 40px;
  background-position: 10px 10px, 30px 30px;
  animation: scrolling 2s infinie linear;
}

.ocs {
  font-family: "Audiowide";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

nav {
  width: 1000px;
}

main {
  border: 2px solid blue;
  box-shadow: 2px 5px blue;
  color: white;
  background-image: linear-gradient(to top, black, #0a0882);
  width: 1000px;
}

@font-face {
  font-family: "Audiowide";
  src: url("https://nocturnecreature.neocities.org/Audiowide/Audiowide-Regular.ttf");
}

a {
  color: white;
}

a:hover {
  font-size: 30px;
  transition: all, 0.5s;
}

hr {
  color: blue;
}

.kalypso {
  height: auto;
  width: 200px;
  transition: 0.3s;
}

.kalypso:hover {
  transform: scale(1.1);
}