* {
 padding: 0;
 margin: 0;
 transition: all 0.3s ease;
}
@font-face {
  font-family: 'Inter';
  src: url('Inter_fonts/Inter-Regular.woff2') format('woff2'),
  url('Inter_fonts/Inter-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('Inter_fonts/Inter-Bold.woff2') format('woff2'),
  url('Inter_fonts/Inter-Bold.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('Inter_fonts/Inter-Italic.woff2') format('woff2'),
  url('Inter_fonts/Inter-Italic.ttf')  format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('Inter_fonts/Inter-BoldItalic.woff2') format('woff2'),
  url('Inter_fonts/Inter-BoldItalic.ttf')  format('truetype');
  font-weight: bold;
  font-style: italic;
}
a {
  font-weight: bold;
  color: #833CC9;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #2FD979;
}
p, h4, details, ul, ol {
  margin: 1em;
  margin-left: 2em;
  list-style-position: inside;
}
body {
  background-image: url("hana.jpg");
  font-family: 'Inter', Fallback, sans-serif;
}
#header {
  margin-left: 3em;
  margin-top: 22em;
  background-color: #FCB344;
  padding: 1em;
  float: left;
  border-bottom: 2px solid #fcc481;
  border-left: 2px solid #fcc481;
  border-right: 2px solid #fcc481;
  border-top: 2px solid white;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #FCB344;
  color: #7a3806;
  text-align: center;
}
#header:hover {
  background-color: #2FD979;
  color: white;
  border-bottom: 2px solid #2FD979;
  border-left: 2px solid #2FD979;
  border-right: 2px solid #2FD979;
  border-top: 2px solid white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #2FD979;
}
#header img {
  width: 16em;
  border-radius: 6px;
}
#nav {
  background-color: #FCB344;
  border-radius: 6px;
  border-bottom: 2px solid #fcc481;
  border-left: 2px solid #fcc481;
  border-right: 2px solid #fcc481;
  border-top: 2px solid white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #FCB344;
  color: #7a3806;
  text-align: right;
  float: right;
  position: relative;
  top: 3em;
  left: 3em;
  margin-bottom: 3em;
  padding: 1em;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  margin-left: 0;
}
#content {
  width: 40em;
  background-color: #fcf7ef;
  border-left: 6em solid #2FD979;
  margin-left: 18em;
  margin-top: 3em;
  margin-bottom: 3em;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #2FD979, inset 4px 0px 10px rgb(0 0 0 / 0.2);
  padding: 1em;
}
#webring {
  margin: 1em;
}
#webring-block {
  max-width: 6em;
  display: inline-block;
  padding: 0.5em;
  text-align: center;
}
#konata {
  width: 6em;
  float: left;
}
#person {
  max-height: 6em;
  background-color: #833CC9;
  border-radius: 6px;
  border-bottom: 2px solid #833CC9;
  border-left: 2px solid #833CC9;
  border-right: 2px solid #833CC9;
  border-top: 2px solid white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #833CC9;
  border-radius: 6px;
}
#person:hover {
  background-color: #2FD979;
  border-bottom: 2px solid #2FD979;
  border-left: 2px solid #2FD979;
  border-right: 2px solid #2FD979;
  border-top: 2px solid white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #2FD979;
}
#icons-explosion {
  float: right;
  width: 16em;
  margin: -4em;
}
#player {
  max-width: 100%;
  text-align: right;
  display: inline-block;
  margin-left: 2em;
}
#playlist {
  list-style-type: none;
  background-color: #FCB344;
  border-radius: 6px;
  border-bottom: 2px solid #fcc481;
  border-left: 2px solid #fcc481;
  border-right: 2px solid #fcc481;
  border-top: 2px solid white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #FCB344;
  margin: 1px;
  padding: 4px;
}
#playlist h4 {
  margin: 0;
  text-align: center;
  color: #7a3806;
}
#icon {
  height: 32px;
  vertical-align: middle;
}
#top {
  float: right;
  margin-top: -4em;
  margin-right: -2em;
  background-color: #FCB344;
  border-radius: 6px;
  border-bottom: 2px solid #fcc481;
  border-left: 2px solid #fcc481;
  border-right: 2px solid #fcc481;
  border-top: 2px solid white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #FCB344;
}
#top:hover {
  background-color: #833CC9;
  border-bottom: 2px solid #833CC9;
  border-left: 2px solid #833CC9;
  border-right: 2px solid #833CC9;
  border-top: 2px solid white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 0.6), 0px 0px 0px 2px #833CC9;
}
