body {
    min-height: 100vh;
    padding-bottom: 20px;
}

.container {
    font-family: inter;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
}

nav {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

#shopName{
    font-family: inter;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}

nav button {
    padding: 10px 20px;
    font-family: inter;
    font-size: 14px;
    font-weight: 300;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#logo {
    height: 50px;
}

nav button:hover {
    background-color: #f0f0f0;
}

#mainPage {
    margin-left: 20px;
    width: 150px;
}

#contactPage {
    width: 150px;
}

#tiktok {
    margin-left: auto;
    margin-right: 30px;
    cursor: pointer;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerMain {
    width: 580px;
    display: flex;
    flex-direction: column;
}

.containerMain h1 {
    font-family: inter;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

.containerMain p {
    font-family: inter;
    font-size: 14px;
    font-weight: 300;
    margin-top: -5px;
}

.containerMain img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}

#olx {
    width: 190px;
    background-color: #23e5db;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

#olx:hover {
    border: 1px solid rgb(173, 173, 173);
    cursor: pointer;
}

#olximg {
    height: 50px;
    width: 50px;
    object-fit: cover;  
}

#allegro {
    width: 190px;
    background-color: #ff5c10;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

#allegro:hover {
    border: 1px solid rgb(173, 173, 173);
    cursor: pointer;
}

#allegroimg {
    height: 50px;
    width: 50px;
    object-fit: cover;  
}

#vinted {
    width: 190px;
    background-color: #017783;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

#vinted:hover {
    border: 1px solid rgb(173, 173, 173);
    cursor: pointer;
}

#vintedimg {
    height: 50px;
    width: 100px;
    object-fit: cover;
}

.opis {
    margin-top: 50px;
    font-family: inter;
}

footer {
    font-family: inter;
    font-size: 12px;
    text-align: left;
    font-weight: 200;
    margin-top: 10vh;
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    gap: 25vw;
}

#waripol {
    cursor: pointer;
}

@media (max-width: 768px) {
#shopName{
    font-family: inter;
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px;
}

#logo {
    height: 30px;
}

nav {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

nav button {
    padding: 10px;
    font-family: inter;
    font-size: 12px;
    font-weight: 300;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#tiktok {
    margin-left: auto;
    margin-right: 15px;
}

.containerMain {
    width: 380px;
    display: flex;
    flex-direction: column;
}

.containerMain h1 {
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.containerMain p {
    font-family: inter;
    font-size: 12px;
    font-weight: 300;
    margin-top: -5px;
}

.containerMain img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

#olx {
    width: 123px;
    background-color: #23e5db;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

#allegro {
    width: 123px;
    background-color: #ff5c10;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

#vinted {
    width: 123px;
    background-color: #017783;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

footer {
    font-family: inter;
    font-size: 10px;
    text-align: left;
    font-weight: 200;
    margin-top: 19vh;
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    gap: 27vw;
}

    
}