/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #DB6B33;
  color: black;
  font-family: Garamond;
  width: 1200px;
  height: 2000px;
  text-align: center;
  margin: 0 auto;
  }
h1{
  color: black;
  font-family: Midway;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  margin: 100px 0 0 0;
}
p{
  font-size: 20px;
  text-align: center;
  }
@font-face {
    font-family: "Midway";
    src: url("Midway.otf") format("opentype");
}
.container {
  display: grid;
  grid-gap: 10px;
  grid-template:
    "header header"
    "sidebar main"
    "footer footer"
    / 300px 1fr;
}

header { grid-area: header;
border: solid black 2px;
width:910px;
height:300px;
background-image:url(https://i.pinimg.com/originals/a0/9b/03/a09b03380f0c59f4f99c36687cc1a2f1.gif);
background-size:cover;
background-color: #FCA650;
}
aside { grid-area: sidebar;
border: solid black 2px;
height:1600px;
background-color: #FCA650;
}
main { grid-area: main;
border: solid black 2px;
height: 1600px;
width:600px;
background-color: #FCA650;
}
footer { grid-area: footer;
border: solid black 2px;
width:910px;
height:50px;
background-image:url(https://i.pinimg.com/originals/b1/1a/9c/b11a9c1120a68e89e3da87dbd49ad96a.gif);
background-size: 100px;
background-color: #FCA650;
}
#tv{
  height:200px;
  position:relative;
  left:-450px;
  bottom:-520px;
}
#updates{
  background-color:#146594;
  margin:22px 80px 0 20px;
  color: white;
  height:130px;
  padding:10px;
  position:relative;
  bottom:1760px;
  border-radius:20px;
}
#bookshelf{
  position:relative;
  height:300px;
  left:0px;
  bottom:-120px;
  }
#shelf{
  position:relative;
  width:340px;
  left:-20px;
  bottom:125px;
  }
#wardrobe{
  position:relative;
  height:300px;
  left:0px;
  bottom:240px;
  }
#blog{
  position:relative;
  height:200px;
  left:0px;
  bottom:200px;
  }
#music{
  position:relative;
  height:350px;
  left:0px;
  bottom:220px;
  }
#art{
  position:relative;
  height:250px;
  left:0px;
  bottom:140px;
  }
#mypinterest{
  color: black;
  }
#intro{
  padding:30px;
  margin:0;
  }
  /*{}