@font-face {
  font-family:"Tommy Soft";
  src:url("/ocs/fandom/rose/assets/Tommy_Soft.ttf");
}

@font-face {
  font-weight:bold;
  font-family:"Tommy Soft";
  src:url("/ocs/fandom/rose/assets/Tommy_Soft-Bold.ttf");
}

:root {
  --light:#fee8f0;
  --middle:#ff84ab;
  --dark:#ff3270;
}

html, body {
  margin:0;
  font-size:1em;
  color:var(--dark);
  background-color:var(--light);
  font-family:"Tommy Soft", sans-serif;
}

a {
  color:var(--dark);
  text-decoration:underline;
}

a:hover {
  color:var(--dark);
  text-decoration:none;
}

#main a:hover img {
  opacity:.5;
}

#header {
  top:0;
  margin:0;
  width:100%;
  height:50px;
  position:fixed;
  color:var(--light);
  background-color:var(--dark);
}

#header p {
  margin:0;
  font-size:2em;
  padding:5px 10px;
}

#header a {
  color:var(--light);
  text-decoration:none;
}

#subHeader {
  top:50px;
  margin:0;
  width:100%;
  height:30px;
  position:fixed;
  color:var(--dark);
  background-color:var(--middle);
}

#subHeader p {
  margin:0;
  font-size:.9em;
  padding:6px 10px;
}

#main {
  margin:0;
  width:100%;
  display:flex;
  padding-top:100px;
}

center {
  width:80%;
  margin:auto;
  padding-top:100px;
}

.wife {
  margin:10px;
  height:250px;
  min-width:250px;
  max-width:250px;
  font-size:1.3em;
  position:relative;
  border-radius:5px;
  display:inline-block;
  background-size:auto 105%;
  background-position:center;
  background-repeat:no-repeat;
  border:5px solid var(--dark);
}

.wife span {
  left:0;
  right:0;
  bottom:0;
  width:100%;
  display:none;
  position:absolute;
  text-align:center;
  color:var(--light);
  background-color:var(--dark);
}

.wife:hover span {
  display:inline;
}

#leftImgs {
  width:20%;
  margin-left:20px;
}

#leftImgs img {
  width:100%;
  margin-bottom:20px;
}

#leftImgs img:last-child {
  margin-bottom:0;
}

#rightImgs {
  width:20%;
  margin-right:20px;
}

#rightImgs img {
  width:100%;
  margin-bottom:20px;
}

#rightImgs img:last-child {
  margin-bottom:0;
}

#page {
  width:60%;
  height:100%;
  display:flex;
  margin:0 20px;
  vertical-align:top;
}

#profile {
  width:80%;
  padding:10px;
  border-radius:5px;
  background-color:var(--middle);
}

#profileContent {
  display:flex;
}

#avatar {
  height:250px;
  border-radius:5px;
  border:8px solid var(--dark);
}

#profileInfo {
  width:100%;
  padding:5px 5px 0 15px;
}

#profileInfo p {
  margin:0;
}

#profileInfo #name {
  font-size:1.5em;
  font-weight:bold;
}

#profileInfo span {
  padding-left:5px;
  font-style:italic;
}

#profileInfo #activity {
  opacity:.6;
  margin-top:8px;
}

#profileInfo hr {
  margin:12px 0;
  border:1px solid var(--dark);
}

#profileInfo ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

#profileInfo li {
  margin-bottom:5px;
}

#profileInfo li:last-child {
  margin-bottom:0;
}

#side {
  width:20%;
  margin:0 0 0 10px;
  vertical-align:top;
}

#side .button {
  display:block;
  cursor:pointer;
  font-size:.9em;
  padding:4px 8px;
  margin-bottom:5px;
  border-radius:5px;
  color:var(--light);
  background-color:var(--dark);
}

#side .button .fas {
  margin-right:5px;
}

#side hr {
  border:1px solid var(--middle);
}

#footer {
  width:100%;
  height:50px;
  margin:15px 0 0 0;
  position:absolute;
  color:var(--light);
  background-color:var(--dark);
}

#footer p {
  margin:0;
  font-size:1em;
  padding:15px 0;
  text-align:center;
}

.full {
  width:100%;
  image-rendering:pixelated;
}

.half {
  margin:0;
  width:48%;
  padding:0;
  image-rendering:pixelated;
}

.outlink:after {
  content:"⤤";
}

::selection {
  color:var(--light);
  background-color:var(--dark);
}

::-webkit-scrollbar {
  width:auto;
}

::-webkit-scrollbar-track {
  background:var(--light);
}

::-webkit-scrollbar-thumb {
  border-radius:100px;
  background:var(--dark);
  border:2px solid var(--light);
}