body {
  overflow-y: hidden;
  margin: 20px;
  color: black;
  font-family: Arial;
  background: white;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
}

@keyframes change-color-anim {
	0%{
		filter: hue-rotate(0deg);
	}
	100%{
		filter: hue-rotate(360deg);
	}
}

p {
  margin:0;
  font-size: 14px;
}

/*.grid {
  display: grid;
  grid-template-columns: 0.5fr 2.5fr;
  gap: 1rem;
  margin: 0 auto;
}*/
  
#wrap {
  height: 100%;
  position: fixed;
  padding: 20px;
  margin: 0px;
  background-color: white;
  display: block;
  box-shadow: 0 20px 20px #ccc;
}

#links {
  display: flex;
  margin: 5% auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#links a {
  color: DarkGrey;
  font-size: 24px;
  padding-bottom: 20px;
  text-decoration: none;
}

#links a:hover {
  color: DarkTurquoise;
}

h1 {
  font-weight: normal;
  font-size: 60px;
  color: deeppink;
  margin: 0 auto 0 auto;
}

#socials {
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: center;
}

#socials a {
  color: deeppink;
  font-size: 12px;
  text-decoration: none;
  margin-left: 25px;
  margin-right: 25px;
}

#socials a:hover {
  color: DarkTurquoise;
}

.side {
  display: flex;
  flex-direction: column;
}

/*#header {
  margin-bottom: 20px;
  background-color: white;
  background-size: cover;
}

#header img {
  margin: auto;
  justify-content: center;
  width: 25%;
  height: 25%;
  object-fit: cover;
}*/

.content {
  margin-left: 400px;
  width: 100px;
  height: 100vh;
  display: flex;
  box-sizing: border-box;
}

.pics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}

#frame {
  width: 50px;
}

iframe {
  position: fixed;
  display: flex;
  top: 0;
  width: 75%;
  margin-left: auto;
  height: 100vh;
  margin-top: 12px;
  border-width: 0;
}

#gallery {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
}

#gallery img {
  z-index: 1;
  width: 98%;
  align-content: center;
  float: left;
  display: flex;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  justify-content: center;
  flex-direction: column;
}

.content img {
  transition:transform 0.25s ease;
}

/*a:hover ~ :not(:hover) {
  -webkit-ms-transform:scale(1.5);
  transform:scale(1.5);
  z-index: 3;
}*/

.content:has(img:hover) img:not(:hover) {
    -webkit-ms-transform: scale(0.97);
    transform: scale(0.97);
    opacity: 0.5;
    filter: grayscale(30%);
}

/*.side {
  display: block;
  padding: 10px;
  margin: 200px;
}*/

#sidebar {
  overflow: auto;
  float: right;
  margin: 0px;
  width: 20%;
  height: 100%;
  padding: 10px;
  border: 1px solid black;
}

#title {
  color: SlateBlue;
  font-size: 20px;
  height: 10px;
  line-height: 10px;
  text-align: left;
}

#titlenew {
  margin: auto;
  color: MediumTurquoise;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}

#new {
  overflow: hidden;
  margin-bottom: 25px;
}

#bio {
  overflow: hidden;
}

#bio img {
  display: inline;
  justify-content: center;
}