/*
Cool Colors:
dark pastel purple: 51, 31, 140 #5a3296
Smokey orangey white: 199, 183, 147
*/


body {
  background: no-repeat fixed linear-gradient(135deg, #5a3296 ,  #e66465);  
  color: rgb(199, 183, 147);
  align-content: center;
  text-align: center;
  font-family: "Tiny5", sans-serif;
}

h1
{
  font-size: 50px;
  margin: 0%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: black;
  color: #5a3296;
}

h2
{
  font-size: xx-large;
}

img
{
  height: 100%;
}

a
{
  padding-top: 30px;
  justify-self: left;
  text-decoration: none;
  color: lime;
}

#websitePanel
{
  background-color: rgba(0,0,0,0.5);
  width: 50%;
  height: 100%;
  border: solid 3px black;
  overflow: auto;
  justify-self: center;
}


#thatsMe
{ 
  padding-top: 20px;
  height: 200px;
  display: flex;
  justify-content: space-evenly;
}

.pixelSmall {
  font-family: "Bytesized", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pixel {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  font-style: normal;
}