body{
background:black;
color:#00ff00;
font-family: "Times New Roman", serif;
font-style: italic;
font-weight: bold;
text-align:center;
}

/* Name */
.name{
font-size:40px;
animation:wackeln 3s infinite;
}

/* Bio */
.bio{
font-size:22px;
margin-top:20px;
animation:wackeln 4s infinite;
}

/* Text */
.text{
margin-top:30px;
font-size:18px;
}

/* Buttons */
.button{
display:inline-block;
padding:10px 20px;
margin:10px;
color:#00ff00;
border:2px solid #00ff00;
text-decoration:none;
font-size:20px;
font-style:italic;
}

.button:hover{
background:#00ff00;
color:black;
}

/* Wackel Animation */
@keyframes wackeln{
0%{transform:translateX(-3px);}
50%{transform:translateX(3px);}
100%{transform:translateX(-3px);}
}

.leftgif{
position:fixed;
left:0;
top:50%;
transform:translateY(-50%);
width:160px;
height:auto;
z-index:999;
}

.rightgif{
position:fixed;
right:0;
top:50%;
transform:translateY(-50%);
width:160px;
height:auto;
z-index:999;
}
.logo{
width:450px;
margin-top:40px;
margin-bottom:20px;
}

css.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}css.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
