body {
  background-image: url("https://music-by-margaruine.neocities.org/background_images/OceanNightBackground.png");
  background-attachment: fixed;
  background-color: #1a255d;
  background-size: 100% 100%;
  font-family: "Trebuchet MS", "Verdana";
  color: white;
}

@font-face {
  font-family: DotMatrix;
  src: url("https://music-by-margaruine.neocities.org/DotMatrix_TR.woff");
}

header, footer {
  text-align: center;
}

footer {
  font-size: 10px;
}

p {
  line-height: 1.4;
}

p, h2, h3 {
  margin-top: 5px;
  margin-bottom: 0;
}

h1, h2, h3 {
  text-align:center;
}

strong, a {
  color: cyan
}

dt {
  color: #ffbb00;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.aboutme {
  width: 90%;
  margin: 30px auto;
  table-layout: fixed;
  border-collapse: collapse;
}

table.aboutme th, table.aboutme td {
  border: 5px inset #ed1c2e;
  padding: 5px;
  margin: 10px;
  background-color: #150024;
}

th {
  background-color: #58128a;
}

td {
  background-color: #150024;
}

.container {
  display: flex;
  margin-top: 10px;
}

/* NAVBAR */

ul.nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: 5px solid transparent;
  border-image: url(https://music-by-margaruine.neocities.org/borderboxborder.png) 50 round;
  background-color: #2b004a;
  display: inline-flex;
  justify-content: center;
}

ul.nav li a {
  display: block;
  padding: 14px 34px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

ul.nav li a:hover:not(.active) {
  background-color: #6c18a8;
}

ul.nav li a.active {
  background-color: #9248c7;
}

div.borderbox {
  background-image: url("https://music-by-margaruine.neocities.org/BackgroundTileSmall.png");
  border: 5px solid transparent;
  border-image: url(https://music-by-margaruine.neocities.org/borderboxborder.png) 50 round;
  padding: 5px;
  margin: 10px;
  overflow: auto;
}

img.icon {
  width: 160px;
  height: 160px;
  display: block;
  margin: auto;
}

 /* MY MUSIC; CASSETTE PLAYER */

div.displayscreen {
  height: 4%;
  width: 75%;
  margin: auto;
  padding: 5px;
  font-family: DotMatrix;
  text-align: center;
  background-color: #a62b60;
  border: 5px solid #751a41;
}

#desctooltip, #tabletooltip {
  position: relative;
  width: 100%;
}

#tooltiptext {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 400px;
  height: 200px;
  line-height: 1.4;
  padding: 5px;
  overflow: auto;
  background-color: #751a41;
  visibility: hidden;
  z-index: 1;
}

#tooltiptable {
  position: absolute;
  top: 100%;
  width: 300px;
  height: 250px;
  padding: 5px;
  overflow-y: auto;
  line-height: 1.4;
  background-color: #751a41;
  visibility: hidden;
  z-index: 1;
}

#desctooltip:hover #tooltiptext, #tabletooltip:hover #tooltiptable {
  visibility: visible;
}

.hidden {
  display: none;
}

/* MY MUSIC; LAYOUT */

.cassetteicon {
  display: block;
  max-width: 200px;
  height: 130px;
  margin-top: 10px;
  cursor: pointer;
}

.cassetteplayerbackground {
  display: flex;
  flex-direction: column;
  width: 55%;
  height: 100%;
  margin: 10px;
  padding: 5px;
  background-color: #767676;
  border: 10px outset #111111;
}

.musicicon {
  display: block;
  width: 160px;
  height: 160px;
}

.musiccontainer {
  width: 85%;
  height: 190px;
  overflow: auto;
  border: 5px solid transparent;
  border-image: url(https://music-by-margaruine.neocities.org/borderboxborder.png) 50 round;
  padding: 5px;
  margin: 25px auto;
  background-color: #2b004a;
}

.musiccontainer div h3 {
  margin-top: 0;
}

table.songinfo, table.songinfo th, table.songinfo td {
  border: 5px solid #ed1c2e;
  border-collapse: collapse;
  padding: 5px;
}

/* UPDATES */
article {
  display: block;
  width: 90%;
  margin: 20px auto;
}

ul.todo li {
  margin-top: 10px;
  margin-right: auto;
  font-size: 14px;
}

/* MY STUDY */
.returnbutton {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 70px;
  background-image: url("https://music-by-margaruine.neocities.org/ReturnButtonNohover.png")
}

.returnbutton:hover {
  background-image: url("https://music-by-margaruine.neocities.org/ReturnButtonHover.png")
}