html {
  cursor: url('images/cursor.png'), auto;
}
a, button, .clickable {
  cursor: url('images/cursorpoint.png'), pointer;
}
.loading {
  cursor: url('images/cursorwait.png'), wait;
}
#gallery {
  background-color: black;
  padding: 40px;
  width: 80%;
  margin: auto;
  border-radius: 0;  
}
#images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.img_container {
flex: 0 1 auto; 
max-height: 400px;
overflow: hidden;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
}
.container h1 {
margin-top: 0;
padding-top: 0;
}
.iconcontainer {
height: 350px;
width: 200px;
border: none;
outline: none;
border-radius: 0;
text-align: center;
}
.iconcontainer figure {
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
}
.img_container img {
height: 350px;  
width: auto;        
display: block;
border: none;
outline: none;
border-radius: 0;
}
.NavBar {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}
.icons {
height: 200px;
width: 200px;
}
#welcome {
background-color:transparent;
border: 1px solid;
border-color:black;
color:white;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 25%;
margin-right: 35%;
display: flex;
align-items: center;
justify-content: center;
}
.stars {
width: 60px;
height: auto;
}
#top {
background-color:transparent;
color:white;text-decoration:none;
padding: 0px 20px 20px 20px;
font-family: 'Comic Sans MS';
font-size: 40px;
width: 60%;
height:auto;
margin-left: 30%;
margin-right: 10%;
}
.badge {
width: 100%;
text-align: center;
height:100%;   
}
#home {
background-color:transparent;
border: 1px solid;
border-color:black;
color:#ffffff;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;
}
#sidebar {
background-color:red;
color:white;text-decoration:none;
padding: 0px 20px 20px 20px;
font-family: 'Comic Sans MS';
font-size: 40px;
z-index: 99;
position: absolute;
width: 120px;
height:100%;
margin-left: 0%;
margin-right: 5%;
}
#gallery2 {
background-color:transparent;
border: 1px solid;
color:white;
border-color:transparent;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;
}
#icons {
background-color:black;
border: 1px solid;
color:black;
border-color:transparent;
padding: 0px 20px 20px 20px;
width: 100%;
height:auto;
margin-left: 0%;
margin-right: 100%;
}
#links {
background-color:black;
border: 1px solid;
border-color:black;
color:white;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;
}
.zoi {
width: 100%;
text-align: center;
height:100%;
}
.aligned {
display: flex;
align-items: flex-start;
gap: 20px;
margin-top: 20px;
}
.zoipipe {
max-width: 237px;
text-align: center;
}
.zoipipe img {
width: 100%;
height: auto;
}
.abtext {
flex: 1;
width: 100%;
height:100%;
}
.container {
width: 60%;
margin: 0 auto;
height: auto
margin: 40px auto;       
padding: 30px;         
background-color: black;  
border-radius: 10px;    
}
.welcome {
width: 100%;
text-align: center;
height:100%;
font-size: 40px;  
}
.computer {
    width: 100%;
    text-align: center;
    height:100%;
}
.ad1 {
    width: 100%;
    text-align: center;
    height:100%;
}
figcaption {
  color: white;
  text-align: center;
  margin-top: 5px;
}
.rtrn {
  text-align: center;
  margin-top: 40px;
}
a {text-decoration:none;}