* {
    padding: 0;
    margin: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 3%;
}

.connect {
    font-family: CooperHewittLight;
    border: 2px solid;
    border-color: black;
    border-radius: 25px;
    padding: 10px 10px;
}

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

.intro {
    display: flex;
    justify-content: space-between;
    padding-left: 7.5%;
    padding-right: 25%;
    padding-top: 7.5%;
    padding-bottom: 7.5%;
}

.intro_text {
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-top: 17.5%;
}

@media only screen and (max-width:1400px) {
    .vans_red {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width:450px) {
    .vans_red {
        width: 200px;
        height: 200px;
    }

    .intro {
        padding-top: 50%;
        padding-bottom: 85%;
    }

    .navbar {
        padding-top: 5%;
    }

    .intro_h1 {
        font-size: 1.05rem;
    }

    .intro_h2 {
        font-size: 1.05rem;
    }

    .last_section {
        padding-top: 72.5%;
    }

    .last_title {
        font-size: 0.8rem;
    }

    .installWallet {
        padding-top: 30%;
    }
}

.shoe_category {
    display: flex;
    justify-content: space-between;
    padding-left: 7.5%;
    padding-right: 25%;
    padding-top: 7.5%;
    padding-bottom: 15%;
}

.fictional_category {
    display: flex;
    justify-content: space-between;
    padding-left: 7.5%;
    padding-right: 25%;
    padding-top: 7.5%;
    padding-bottom: 15%;
}

.last_section div {
    display: flex;
    justify-content: space-between;
    padding: 1%;
    padding-left: 10%;
    padding-right: 10%;
}

.last_section div li {
    list-style: none;
}

.last_section div li a {
    font-size: 0.8rem;
    font-family: CooperHewittBook;
    color: silver;
}

.last_section div li h1 {
    font-size: 0.8rem;
    font-family: CooperHewittBook;
    color: silver;
}

.text_input {
    background-color: silver;
    color: black;
    border: 2px solid silver;
    padding: 10px 10px;
    border-radius: 25px;
}

.submit_btn {
    font-family: CooperHewittLight;
    border: none;
    padding: 10px 10px;
    border-radius: 20px;
    cursor: pointer;
    background-color: black;
    color: white;
    font-size: 1.1rem;
}

.walletContainer {
    width: 325px;
    height: 150px;
    background-color: white;
    box-shadow: 5px 5px 5px 5px rgb(224, 224, 224);
    border-radius: 20px;
}