@font-face {
font-family: "fright";
src: url("./assets/Fright Maiden Demo.ttf");
}

.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  color: #fef6e4;
  font-size: 14px;
}

body {
  background-color: #fef6e4;
  width: 100vw;
}

p{
  width: 100px;
  height: 100px;
}

.container {
  /* background-color: #8bd3dd; */
  border: 2px dashed #f582ae;
  width: 400px;
  height: 1000px;
  margin: 50px auto;
  background-image: linear-gradient(rgba(255, 0, 0, 0.15), rgba(141, 102, 102, 0.75)), url("https://cdn.glitch.global/b3fabd8f-d8a8-47ea-9e16-a4bff0c1234a/y-so-serious.png?v=1664345580503");
  background-position: center;
  /* background-size: contain; */
  background-size: cover;
  background-repeat: no-repeat;
}

.name {
  font-family: times, serif;
  background-color: black;
  color: white;
  border: 5px solid green;
}

.hex {
  font-family: cursive;
  background-color: #172c66;
  color: #fef6e4;
  border: 5px solid #f582ae;
}

.rgb {
  font-family: "fright", sans-serif;
  background-color: rgb(1, 17, 38);
  color: rgb(242, 242, 242);
  border: 5px solid rgb(64, 115, 68);
  font-size: 40px;
}

.hsl {
  font-family: 'Silkscreen', cursive;
  background-color: hsl(0, 60%, 34%);
  color: hsl(0, 0%, 95%, .8);
  border: 5px solid hsl(0, 87%, 59%);
}

.hue1 {
  background-color: hsl(60, 60%, 34%);
}

.hue2 {
  background-color: hsl(240, 60%, 34%);
}

.sat1 {
  background-color: hsl(0, 100%, 34%);
}

.sat2 {
  background-color: hsl(0, 50%, 34%);
}

.sat3 {
  background-color: hsl(0, 0%, 34%);
}

.light1{
  background-color: hsl(0, 60%, 0%);
}

.light2{
  background-color: hsl(0, 60%, 50%);
}

.light3{
  background-color: hsl(0, 60%, 100%);
}

.row {
  margin-bottom: 10px;
}

.row p{
 display: inline-block;
}
