body{
    background-color: black;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h1{
   text-align: center;
   font-size: 100px;
   color: white;
}
p{
    font-size: 50px;
    margin-left: 80px;
    margin-right: 80px;
    color: white;
}
.b{
    color: white;
}
li {
    position: relative;
}
li:hover img {
    opacity: 0.5;
}
li strong {
    display: flex;
    flex-direction: column;
}
li:hover strong {
    display: block;
    position: absolute;

    color: white;
    font-family: 'squatina';
    font-size:xx-large;
    padding: 10px;
    bottom: 20px;
    right: 0;
    text-align: center;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
