* {

    margin: 0;

    padding: 0;

    border: 0;

}


.unit {

    width: 100vw;

    height: 37.5vw;

   

}

.featured-shirts {

   display: flex;

   flex-direction: row;

   justify-content: space-evenly;

}

.featured-shirt {

    width: 30vw;
    height: 30vw;



}

.extra {

    margin: 3.75vw;
    border-radius: 2vw;

}

.link-container {

    width: 62.5vw;

}

h1 {

    background-color: #F28C28;

    color: white;

    font-family: Arial, Helvetica, sans-serif;

    height: 5vw;

    border-radius: 1vw;

    font-size: 5vw;

    text-align: center;

    

}

h2 {

    background-color: #F28C28;

    color: white;

    font-family: Arial, Helvetica, sans-serif;

    height: 2vw;

    font-size: 2vw;

    text-align: center;

}

a {

    color: white;

    font-family: 'Times New Roman', Times, serif;

    text-decoration-color: white;

    text-decoration: underline;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 3vw;

    line-height: 37.5vw;

}

#special-link {

    padding-left: 3vw;

}

.special-link {

    padding-left: 3vw;

}

h3, h4, p, #information-container a {

    font-size: 1vw;

    line-height: 1vw;

    color: white;

    font-family: Arial, Helvetica, sans-serif;

    display: block;

}

h4 {

    padding-top: 0.8vw;

}

#information-container {

    padding-left: 1.2vw;

    padding-top: 18vw;

}