html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
Body {
    background-color:rgb(0, 0, 0);
    background-image: url(Images/main_graffiti_pc.png);
    background-size: cover;
    border: 5px solid red;
    padding: 10px;
    margin: 0;
}
#container {
    display: grid;
    grid-template-areas:
        "header header header"
        "recipe1 recipe2 summary"
        "recipe3 recipe4 summary"
        "recipe5 recipe6 summary"
        "footer footer footer"; 
    gap: 10px;
    grid-template-rows: auto 1fr 1fr 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    
}
.header { 
    grid-area: header; 
    display: flex;
    justify-content: center;
    gap: 50px;
    color: rgb(255, 255, 255);
    font-size: xx-large;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 50px;
    padding:10px;
    display: flex;
    justify-content: center;
    gap: 50px;
    font-family: "Rampart One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.recipe1 { 
    grid-area: recipe1;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    font-size: 300%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    transition-duration: 1s;
}
.recipe2 { 
    grid-area: recipe2;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    margin-left: 25px;
    font-size: 300%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    transition-duration: 1s;
}
.recipe3 { 
    grid-area: recipe3;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    font-size: 300%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    transition-duration: 1s;
}
.recipe4 { 
    grid-area: recipe4;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    margin-left: 25px;
    font-size: 300%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    transition-duration: 1s;
}
.recipe5 { 
    grid-area: recipe5;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    font-size: 300%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    transition-duration: 1s;
}
.recipe6 { 
    grid-area: recipe6;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    margin-left: 25px;
    font-size: 300%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    transition-duration: 1s;
}
.summary { 
    grid-area: summary;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 262%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    font-weight: 400;
    font-style: normal;
    transition-duration: 3s;
}
.summary:hover { 
    grid-area: summary;
    color: rgb(209, 88, 88);
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 262%;
    font-weight: 400;
    font-style: normal;
    font-family: "Rampart One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer {
    grid-area: footer;
    color:rgb(255, 0, 0);
    text-align: center;
    padding: 10px;
    font-size: large;
    font-weight: 400;
    font-style: normal;
}
.recipe1:hover, .recipe2:hover, .recipe3:hover, .recipe4:hover, .recipe5:hover, .recipe6:hover {
  color: rgb(45, 186, 83);
}
a:link {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}
.nv:hover {
  color: rgb(142, 0, 0);
  text-shadow: 2px 2px #FF0000;
  font-size: 150%;
}

.nv {
  font-size: 125%;
  transition-duration: 1s;
}

img {
  clip-path: circle(40%);
  
}
.rampart-one-regular {
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
    #container{
        grid-template-areas:
        "header header header"
        "recipe1 recipe2 recipe3"
        "recipe4 recipe5 recipe6"
        "summary summary summary"
        "footer footer footer"; 
    gap: 10px;
    grid-template-rows: auto 1fr 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
    body {
      background-color: rgb(0, 0, 0);
      font-size: x-small;
    }
    img {
      height: 100px;
      width: 100px;
    }
    .header {
      font-size: 238%;
    }
  }