/***  <link href="/style_int_pages.css" rel="stylesheet" type="text/css" media="all"> ***/

h1 {
  text-align: center;
}
h2 {
  font-size: 100px;
  color: maroon;
  text-align: center;
  padding: 15px;
  margin: 50px 25px 100px 25px;
}
.icon {
  margin: 0px;
  position: relative;
}

a {
  color: maroon;
}
  
body {
  background-color: white;
  color: black;
  font-family: Verdana;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.content {
  flex: 1 0 auto;
}

.footer {
  background-color: #f1f1f1;
  flex-shrink: 0; 
  margin: 0;
  padding: 0;
}

.dropbtn {
  background-color: white;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: gray;
}

header {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
}

.bsky_icon {
  padding: 5px;
}

.linktree_icon {
  padding: 5px;
}

.itch_icon {
  padding: 5px;
}

.gallery {
  display: flex;
  justify-content: flex-start;
}

.gallery-item {
  display: flex;
  margin: 50px 0 50px 0;
  width: 180px;
}

.gallery-item:hover {

}

.gallery-item .desc {
  width:50%;
  margin-left:10%;
  white-space: pre-line;
  min-width: 50%;
}

.desc {
  margin: 50px 300px 50px 300px;
}

  

