

body{
    background-color: white;
}

p{
    font-family:monospace;
    color: black
    text-align: center;
    letter-spacing: 0.3rem;
    word-spacing: 0.5rem;

}
p1{color: black;}

div.title {
    height: 5rem;
    width: 50rem;
    display: block;
    float: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;

    overflow: scroll;
    white-space: nowrap;
}

div.title>img{
    width: 100%;
    height: 5rem;
}


div.names{}
div.names
{background-color: white;
    font-family:monospace;
    font-size: 15px;
    width: 93.5%;
    height: 2rem;
    letter-spacing: 1rem;
    word-spacing: 13rem;

    color: white;

    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y:hidden;
    padding-left: 6rem;
    padding-bottom: none;
    padding-top: 0.5rem;
}


img {
    height: 200px;
    width: 300px;
}

div.top{
    background-color:white;
    overflow: auto;
    white-space: nowrap;
    padding: 0.3rem;
}

div.bottom{
    background-color:white;
    overflow: auto;
    white-space: nowrap;
    padding: 0.3rem;
}
div.shoes{
    background-color:white;
    overflow: auto;
    white-space: nowrap;
    padding: 0.3rem;
}

div.image-container img{
    padding: 20px;
    outline-width: 0.3rem;
}

::-webkit-scrollbar{
    width: 4px;
}

div.top::-webkit-scrollbar-track {background-color: black;}
div.top::-webkit-scrollbar-thumb {background-color: white;}
div.top::-webkit-scrollbar-thumb:hover{background-color: yellow;}

div.bottom::-webkit-scrollbar-track {background-color: black;}
div.bottom::-webkit-scrollbar-thumb{background-color:white;}
div.bottom::-webkit-scrollbar-thumb:hover{background-color: rgb(254, 70, 131);}

div.shoes::-webkit-scrollbar-track {background-color: black;}
div.shoes::-webkit-scrollbar-thumb{background-color: white}
div.shoes::-webkit-scrollbar-thumb:hover{background-color: rgb(175, 1, 255);}

div.names::-webkit-scrollbar-track{height: 0.5rem;background-color: black;}
div.names::-webkit-scrollbar-thumb {height: 0.5rem; background-color: white;}










