@import url('https://fonts.googleapis.com/css2?family=Manufacturing+Consent&display=swap');

body {
  background-image: url("https://fleshprism.neocities.org/elements/background.png");
  background-repeat: repeat-y;
  background-size: 100%;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  overflow: scroll;


}

p {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #d8b1b1;
}

ul {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #d8b1b1;
}

h1 {
  font-family: "Manufacturing Consent";
  font-weight: normal;
  font-style: normal;
  color: #ca2929;
  font-size: 36px;
}

h2 {
  font-family: "Manufacturing Consent";
  font-weight: normal;
  font-style: normal;
  color: #dc5774;
  font-size: 28px;
}

a:link {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  color: #fd8a39;
  text-decoration: none;
}

a:hover {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  color: #e76a3f;
  text-decoration: none;
}

.title-image {
  max-width: 50%;
  max-height: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.25s;
} 

.title-image:hover {
  filter: drop-shadow(0px 0px 2px #ca2929);
}

#prism {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prism-left {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  left: 83.15px;
  top: 50px;
  
}

.prism-top {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  bottom: 154px;
}

.prism-right {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  right: 84.15px;
  top: 50px;
}

.prism {
  fill: none;
  cursor: pointer;
  transition-duration: 0.25s;
  
}

.prism:hover {
  fill: #ca2929;
  filter: drop-shadow(0px 0px 7px #ca2929);
}

.under-const {
  max-height: fit-content;
  width: 200px;
  background-color: #0a0a0a85;
  color: #F9A900;
  text-align: left;
  font-size: 11px;
  position: fixed;
  top: 20px;
  left: 20px;
  border-style: none none none solid;
  border-width: 3px;
  border-color:#F9A900;
  border-radius: 0 5px 5px 0;
  filter: drop-shadow(0px 0px 12px #0a0a0a);
  
}

.about { 
  max-height: fit-content;
  width: auto;
  position: static;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: left;
  border-style: solid none none none ;
  border-width: 3px;
  border-color:#ca2929; 
}

.about2 { 
  max-height: fit-content;
  width: 66.6%;
  position: static;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: left;
  border-style: solid none none none ;
  border-width: 1px;
  border-color:#dc5774; 
}

.about-par{
  width: 66.6%;
}

#sun{
  width: 30%;
  height: auto;
  stroke: #ca2929; 
  stroke-width: 0.8px;
  fill:none;
  stroke-linejoin: miter;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

#moon{
  width: 30%;
  height: auto;
  stroke: #ca2929; 
  stroke-width: 2.15px;
  fill:none;
  stroke-linejoin: miter;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

