body {
background: url('https://stylrtechnologies.com/robotunicorn/img/ruabg.png') repeat fixed;
background-size: cover;
font-family: font1;
}

@font-face {
  font-family: font1;
  src: url('/robotunicorn/Penshurst.ttf');
}

p   {color: #ff6fe2; font-weight: bold; word-spacing: 10px;}
h2   {color: #ff6fe2; font-weight: bold; word-spacing: 10px;}

.solid {
 border: solid #ff6fe2 5px;
 border-radius: 5px;
}

.navbar {
  
}

.title-wrap {
  display:flex;
  justify-content:right;
  align-items:right;
}

div.fixed {
  position: fixed;
  bottom: 0;
  left: 200;
}

.content {
 margin: auto;
 width: 900px;
 height: 600px;
 background: rgba(92, 13, 161, 0.5);
 overflow: auto;
 padding: 10px;
 border-radius: 20px;
 border: solid rgba(255, 28, 145, 0.3);
}

.stuff {
  margin: auto;
 border: solid 3px #ff6fe2;
 padding: 5px;
 width: 800px;
 height: 400px;
 border-radius: 10px;
 background: linear-gradient(to bottom, #4400aa, #bf08f7);
}