html {
    background-color:rgb(0, 0, 0);
    
}

body {
    cursor: url("archive-cursor.png"), auto;
   
    
}
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:rgb(63, 68, 65) 
}
.navbar li {
    float: left;
    border-right: 2px solid rgb(163, 167, 165)
}
#navlink {
    display: block;
    color:rgb(163, 167, 165); 
    text-align: center;
    padding: 20px;
    text-decoration: none;
    font-family: 'Aldrich';
    cursor: url("archive-cursor-hover.png"),auto;
}

#navlink:link {
    color:rgb(163, 167, 165) 
}
#navlink:visited {
    color:rgb(163, 167, 165)
}
#navlink:hover {
    background-color: rgb(91, 101, 94);
}

img {
    
    width:300px;
    /* padding:20px; */
    display:flex;
    justify-content:center;
    align-items:center;
    max-height:350px; 
    
}

.link-container {
   display:flex;
    justify-content:center;
    align-items:center;
    width:100vw;
    height:100vh;
    z-index: -1;
   
 
   
}

















