body {
    font-family: 'Gotham';
}
 
.logo-part {
    text-align: center;  
} 

.logo-part img {
    margin-top: 40px;
    width: 200px;
    max-width: 100%; 
}

.store-links {
    margin-top: 50px;
}
.store-links a {
    cursor: pointer;
    width: 100%;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.store-links p {
    margin-bottom: 0;
}