*{
    box-sizing: border-box;
}
nav{
    color: rgb(236, 32, 134);
    text-align-last: center;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(132, 172, 52);
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    background-color: black;
    padding: 0 0px;
    top: 0%;
    display: grid;
    align-items: center;
    grid-column: 1/8;
    grid-row: 1/2;
}
nav img{
    width: 70px;
    height: auto;
    position: top;
    position: left;
    grid-column: 1/2;
    grid-row: 1/2;
} 
#shopwacky{
    background-color: rgb(132, 172, 52);
    color: black;
    border-radius: 75px;
    padding: 5px 10px;
    font-size: 25px;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    grid-column: 7/8;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    max-height: 50px;
    max-width: 200px;
}
.wacky{
    grid-column: 3/6;
    grid-row: 1/2;
    margin-left:70px ;
}
.main-nav{
    padding: 300 0;
    grid-column: 1/8;
    grid-row: 1/2;
}
body{
    background-color: black;
    display: grid;
    grid-column: 1/8;
    grid-row: 1/8;
    margin: 0%;
}
#greensocks{
    height: 350px;
    max-width: auto;
    min-width: auto;
    min-height: 348px;
    background-image: url(greensocks.jpg);
    background-repeat: no-repeat;
    grid-column: 4/6;
    grid-row: 2/4;
    padding: 0%;
}
#pokasocks{
    height: 348px;
    width: auto;
    min-width: auto;
    min-height: 348px;
    background-image: url(pokasocks.jpg);
    background-repeat: no-repeat;
    grid-column: 1/4;
    grid-row: 3/6;
    padding: 0%;
}
#trisocks{
    height: 348px;
    width: 400;
    min-width: auto;
    min-height: 348px;
    background-image: url(trisocks.jpg);
    background-repeat: no-repeat;
    grid-column: 6/8;
    grid-row: 3/6;
}
#longsocks{
    height: 325px;
    width: 350;
    min-width: auto;
    min-height: 348px;
    background-image: url(longsocks.jpg);
    background-repeat: no-repeat;
    display: grid;
    grid-column: 3/5;
    grid-row: 6/8;
    font-size: 40px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    padding-left: 60px;
    margin-top: 50px;
    margin-left: 30px;
}
.socks{
    text-decoration: none;
    color: rgb(206, 35, 120);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(132, 172, 52);
}

#shortsocks{
    height: 325px;
    width: 350;
    min-width: auto;
    min-height: 348px;
    background-image: url(shortsocks.jpg);
    background-repeat: no-repeat;
    display: grid;
    grid-column: 5/7;
    grid-row: 6/8;
    font-size: 40px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    padding-left: 60px;
    margin-top: 50px;
    margin-left: 30px;
}
footer{
    background-color: rgb(132, 172, 52);
    display: grid;
    grid-column: 1/8;
    grid-row: 8/8;
}
#about{
    color: black;
    grid-row: 7/8;
    grid-column: 1/2;
}
#logo2{
    background-image: url(logo.jpg);
    display: grid;
    grid-column: 4/5;
    grid-row: 7/8;
    max-height: 75px;
    max-width: 75px;
    margin-left: 140px;
}
#privacy{
    display: grid;
    grid-row: 7/8;
    grid-column: 8/8;
    text-align: right;
}
.aboutus{
    text-decoration: underline;
    color: black;
    padding-bottom: 0%;
    margin-bottom: 0%;
}