.nunito {
  font-family: "Nunito", serif;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
}

body {
  background: linear-gradient(rgb(250, 245, 226), white);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

#pageHeader {
  text-align: center;
  font-size: 40px;
}

h2 {
  text-decoration: underline;
  text-align: center;
  margin-bottom: 0;
}

p {
  text-align: center;
  padding-left:5px;
  padding-right:5px;
  margin-top: 0;
}

a {
  text-decoration: none;
  color:black;
}

h3 {
  text-align: center;
  background-color: grey;
  border-top: black 3px solid;
  font-size: 12px;
  color: white;
}

h4 {
  text-decoration: underline;
  text-align: center;
  margin-bottom: 2px;
}

h5 {
  text-align: center;
  font-weight: none;
  margin-top:0;
}

#pageDirectory {
  background-color: grey;
  border-bottom: black 3px solid;
  padding: 5px;
}

.tab {
  position: relative;
  color: white;
  left: 5px;
  bottom: 22.5px;
}

.tab:hover {
  text-decoration: underline;
  text-decoration-color: black; 
  color: black;
}

#selected {
  text-decoration: underline;
  color: lightskyblue;
}

.title {
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.sub {
  margin-bottom: 0;
  margin-top: 0;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.thumbnail {
  border-radius:25px;
  border: 2px solid black;
}

.name {
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 1px;
}

.def {
  margin: 0;
}

.pc {
  width: 20%;
  border-radius: 25px;
  background-color: grey;
  position: relative;
  margin: 5px;
  border: 3px solid black;
} 

.l {
  float: left;
}

.r {
  float: right;
}

.price {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.hr {
  width: 100vw;
}

.art {
  width: 25%;
}

.warning {
  color: red;
  font-weight: bold;
}

iframe {
  display: block;
  margin: 0 auto 2px auto;
}

/*These are for the easter egg on the platform heading!*/
.red:hover {
  color: red;
}
.orange:hover {
  color: orange;
}
.yellow:hover {
  color: gold;
}
.green:hover {
  color: lightgreen;
}
.blue:hover {
  color: blue;
}
.indigo:hover {
  color: mediumpurple;
}
.violet:hover {
  color: violet;
}