html, body{
    margin: 0;
    padding: 0;
}

.navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    flex-direction: row;
    padding-right: 400px;
    font-family: "Inter";
    font-size: 16pt;
}

.navigation a{
    color: black;
    background-color: #EE2A28;
    border-radius: 10px;
    padding: 15px;
    height: 60px;
    width: 97px;
    text-decoration: none;

}

.navigation img{
display: flex;
justify-content: left;
}

.header{
    display: flex;
    justify-content: center;
    width: 90%;
    height: 80%;
    padding-left: 80px;
}

.headertext{
    background-color: white;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 20pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.headertext p{
    max-width: 80%;
    text-align: center;
    font-family: "Inter";
}

body{
    font-family: sans-serif;
    background-color: black;
}

.browsetees{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   padding-top: 60px;
   padding-bottom: 30px;
   background-color: #EBF859;
}

.browsetees h3{
    color: white;
    background-color: black;
    height: 86px;
    width: 210px;
    font-size: 16pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.browsetees img{
    padding-top: 11px;
    padding-bottom: 11px;
    padding-inline: 17px;
    background-color: #EBF859;
}

.browsehoodies{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2DE68F;
}

.browsehoodies h3{
    color: white;
    background-color: black;
    height: 86px;
    width: 210px;
    font-size: 16pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.browsehoodies img{
    padding-top: 11px;
    padding-bottom: 11px;
    padding-inline: 17px;
    background-color: #2DE68F;
}

.browseprints{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30;
    background-color: #8A49BC;
}

/* 79 */

.browseprints h3{
    color: white;
    background-color: black;
    height: 86px;
    width: 210px;
    font-size: 16pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.browseprints img{
    padding-top: 11px;
    padding-bottom: 11px;
    padding-inline: 17px;
    background-color: #8A49BC;
}

body h1{
    color: white;
    font-size: 60pt;
    text-align: center;
    font-family: "Jomhuria";
    font-size: 128pt;
    font-weight: lighter;
    margin: 0%;
}



.promotext{
    color: #00C8FF;
}

.bottomscreen{
    background-color: white;
    display:flex;
    align-items: flex-end;
}

.bottomscreentext{
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 250px;
    padding-bottom: 160px;
    height: 50px;
}

.bottomscreentext p{
    max-width: 50%;
    font-size: 24pt;
    padding-bottom: 450px;
    padding-left: 50px;
}

.bottomscreenimage{
    height: 823px;
    width: 600px;
}

.carticon{
    display: flex;
    justify-content: right;
    padding-bottom: 20px;
    padding-right: 20px;
}

footer{
    background-color: red;
  display: flex;
  justify-content: space-between;
}

.footericons{
display: flex;
justify-content: center;
align-items: center;
padding-right: 40px;
}

#icon1{
padding-left: 5px;

    height: 35px;
    width: 35px;
}

.footertext{
    color: #fff;
    font-family: "Shrikhand";
    font-size: 25pt;
    padding-left: 35px;
}