body {
    font-family:  'Open Sans Condensed', sans-serif;;
    padding: 20px 60px;
}

a {
    text-decoration: none;
    color: black;
}

* {
    box-sizing: border-box;
}

.homepage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 80px;
  }
  
  
.collection-item {
    width: 22%;
    display: flex;
    flex-direction: column;
    height: 350px;
    align-items: center;
    position: relative;
}

    .image {
        
        height: 100px;
        background-size: cover;
        background-position: center;
        margin-bottom: 5px;
    }
