body {
    background-color: black;
}
h1 {
    color: white;
    font-family: "Ubuntu", serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 6px;
}
p {
    color: white;
    font-family: "Ubuntu", serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 4px;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.logo {
    padding: 75px;
}
.stores {
    display: flex;
    gap: 150px;
    margin-top: 15px;
}

.store-img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
