* {
    text-align: center;
    font-family: "Merriweather", serif;
}

h1 {
    margin-top: 5%; 
}

img {
    width: 100%;
    
}
.info {
    margin-bottom: 3%;
}

.container {
    margin: auto;
    width: 45%;
    margin-bottom: 5%;
    background-color: black;
    border-radius: 15px;
    padding: 15px;
}

a {
    color:white; 
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    img {
        margin-bottom: 15px;
    }
}

a:hover {

    font-style: italic;
    color: rgba(255, 255, 255, 0.75); 
    img {
        filter: brightness(75%);  
       
    }
}
