
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-image:url(Images/6851c5ce0cff640ac15f4cbd4b67f913.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
}

#container {
    display: grid;
    grid-template-areas:
        "header header header"
        "name name name"
        "info info info"
        "footer footer footer"; 
    gap: 25px;
    grid-template-rows: auto 1fr 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100vh;
}
.header { 
    grid-area: header; 
    display: flex;
    justify-content: center;
    gap: 50px;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: xx-large;
    color: rgb(66, 77, 109);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding:10px;
}
.name { 
    grid-area: name;
    text-align: center;
    border-radius: 5px;
    margin-left: 25px;
    font-size: 500%;
    color: rgb(255, 255, 255);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 10px;
}
.info { 
    grid-area: info;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 5px;
    margin-left: 25px;
    margin-right: 25px;
    color: rgb(66, 77, 109);
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 10px;
}
.footer {
    grid-area: footer;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 10px;
    font-size: large;
    color: rgb(66, 77, 109);
    font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
img {
    border-radius: 5px;
    border: 2px solid black;
}

.caveat-.info2 {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.smooch-sans-.footer {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a:link {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: underline;
}
label, input {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
input {
    padding: 5px;
}
#address {
    margin-bottom: 50px;
}
#Gmail {
    margin-top: 0px;
}
#Message {
    margin-bottom: 50px;
}
#Fname {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 10px;
}
#Lname {
    margin-top: 25px;
}
#submit {
margin-bottom: 25px;
text-align: center;
}
input[type="submit"]:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}
#submitt {
    width: 150px;
    height: 50px;
    font-size: larger;
}
span {
    color: red;
}
#p {
    font-size: larger;
    font-weight: bold;
    margin-bottom: -5px;
}
#d {
    color: rgb(68, 68, 68);
    margin-top: -5px;
}
label {
    margin-right: 10px;
}
@media screen and (min-width: 1024px){
    #container {
      grid-template-areas:
        "header header header"
        "name name name"
        "info info info"
        "footer footer footer";   
    }
    video {
      height: 300;
    }
}
@media screen and (min-width: 411px) and (max-width: 1023px){
    #container {
      grid-template-areas:
        "header header header"
        "name name name"
        "info info info"
        "footer footer footer";  
        height: 100vh;
    }
    body {
      background-image: none;
      background-color: rgb(135, 74, 170);
      font-size: small;
    }
    img {
      width: 100%;
      object-fit: cover;
    }
}
@media screen and (min-width: 0px) and (max-width: 410px) {
    #container{
        grid-template-areas:
        "header header header"
        "name name name"
        "info info info"
        "footer footer footer"; 
        height: 100vh;
    }
    body {
      background-image: none;
      background-color: rgb(135, 74, 170);
      font-size: x-small;
    }
    img {
      display: none;
    }
    .header {
      font-size: small;
    }
    textarea {
      width: 20em;
    }
    #message {
      align-content: center;
      align-items: center;
    }
    fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
}
}