/* CSS */
html {
    background-color:black;
}
body {
    background-color: yellow;
    font-family: 'unkempt', cursive;
    
}
header {
}
h1 { 
    padding-top: 20px;
}
h2 {
}
h3 {
}
h4 {
}
p {
    text-indent:50px;
}
img {
    border-radius: 10px;
   }
#shirts {
    padding-top: 80px;
    border-radius: 10px;
}
section {
}
footer {

}
