body {
    background-color: rgb(149, 149, 149);
    margin: 30px;
}

img {
    width: 500px;
}

.description {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}

.image-container:hover .description {
    display: block;
}

h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    color:rgb(150, 205, 203);
    position: sticky;
    font-size: 100px;
    line-height: 100%;
}

h1:hover {
    color:black;
    transition: 0.2s;
}



ul {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    position: relative;
    font-size: 20px;
    
}