
.coral-pixels-regular {
  font-family: "Coral Pixels", serif;
  font-weight: 400;
  font-style: normal;
}

.gaegu-regular {
  font-family: "Gaegu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.homepage{
  background-image: 
  url("pictures/notepad.png"),
  url("pictures/stars.png"),
  url("pictures/sky.png");

  background-attachment: scroll, scroll, fixed;
  background-position: center;
  background-size: 85%, 100%, 100%;
  background-repeat: repeat-y;
}

.ocean{
  background-image:
  url("pictures/notepad.png"),
  url("pictures/seafloor.png"),
  url("pictures/fishies.png");

  background-position: center, bottom, center;
  background-size: 85%, 100%, 100%;
  background-repeat: repeat-y;
  background-attachment: scroll, fixed, scroll;
}

.chalkboard{
  background-image:
  url("pictures/notepad.png"),
  url("pictures/crayons.png"),
  url("pictures/chalk.png");

  background-position: center, bottom, center;
  background-size: 85%, 95%, 100%;
  background-repeat: repeat-y;
  background-attachment: scroll, fixed, scroll;
}

.funhouse{
  background-image:
  url("pictures/notepad.png"),
  url("pictures/balls.png"),
  url("pictures/ballgames.png");

  background-position: center;
  background-size: 85%, 100%, 100%;
  background-repeat: repeat-y;
  background-attachment: scroll, fixed, scroll;
}

.soundcloud{
  background-image:
  url("pictures/notepad.png"),
  url("pictures/headphones.png"),
  url("pictures/music.png");
    
  background-position: center, bottom, center;
  background-size: 85%, 100%, 100%;
  background-repeat: repeat-y;
  background-attachment: scroll, fixed, scroll;
}

.crafting{
  background-image:
  url("pictures/notepad.png"),
  url("pictures/crayons.png"),
  url("pictures/.png");

  background-position: center, bottom, center;
  background-size: 85%, 95%, 100%;
  background-repeat: repeat-y;
  background-attachment: scroll, fixed, scroll;
}

.rambling{
  background-image:
  url("pictures/notepad.png"),
  url("pictures/crayons.png"),
  url("pictures/.png");

  background-position: center, bottom, center;
  background-size: 85%, 95%, 100%;
  background-repeat: repeat-y;
  background-attachment: scroll, fixed, scroll;
}

.coding{
  background-image:
  url("pictures/notepad.png"),
  url("pictures/crayons.png"),
  url("pictures/.png");

  background-position: center, bottom, center;
  background-size: 85%, 95%, 100%;
  background-repeat: repeat-y;
  background-attachment: scroll, fixed, scroll;
}

.button {
  display: inline-block;
  padding: 15px 15px;
  font-size: 1em;
  font-family: "Gaegu";
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: lightblue;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 8px 10px 0px #999;
  margin-top: 4px;
  margin-bottom: 12px;
}
.button:hover{
  background-color: lightgreen;
}
.button:active {
  box-shadow: 0px 5px 7px 0px #666;
  transform: translateY(4px) translateX(-4px);
}

.nerdnote{
  position:relative;
  border: none;
  background: #FFE345 ;
  padding: 12px;
  margin-left: auto;
  margin-right: 25%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0,25);
  transform: rotate(5deg);
  width: fit-content;
  font-family: "Gaegu";
}
.nerdnote:before {
  content:"";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 60px;
  height: 20px;
  background: rgba(225, 225, 225, 0.6);
  border: 1px solid rgba(180, 180, 180, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.note-content{
  font-family:"Gaegu";
  text-align: center;
  display:none;
  margin-top:8px;
  font-size: 0.85em;
}

.seanote{  
  position:relative;
  border: none;
  background:#549ed1;
  padding: 10px;
  margin-left: auto;
  margin-right: 25%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0,25);
  transform: rotate(5deg);
  width: fit-content;
  max-width: 250px;
  font-family: "Gaegu";
}
.seanote:before{
  content:"";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 60px;
  height: 20px;
  background: rgba(225, 225, 225, 0.6);
  border: 1px solid rgba(180, 180, 180, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  z-index: 5;}

.musicnote{  
  position:relative;
  border: none;
  background:#ac3624 ;
  padding: 12px;
  margin-left: auto;
  margin-right: 25%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0,25);
  transform: rotate(5deg);
  width: fit-content;
  max-width: 250px;
  font-family: "Gaegu";
}
.musicnote:before{
  content:"";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 60px;
  height: 20px;
  background: rgba(225, 225, 225, 0.6);
  border: 1px solid rgba(180, 180, 180, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  z-index: 5;}

.funnynote{  
  position:relative;
  border: none;
  background: #459c36 ;
  padding: 12px;
  margin-left: auto;
  margin-right: 25%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0,25);
  transform: rotate(5deg);
  width: fit-content;
  max-width: 250px;
  font-family: "Gaegu";
}
.funnynote:before{
  content:"";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 60px;
  height: 20px;
  background: rgba(225, 225, 225, 0.6);
  border: 1px solid rgba(180, 180, 180, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  z-index: 5;}

* {
  margin: 0;
  box-sizing: border-box;
}

body a{
  color: maroon;
}

body {
  font-family:"Gaegu";
  margin: 0;
}

header, main p{
  text-align: center;
  font-size: 1.5em;
  margin: auto;
}

header h1{
  font-family: "Coral Pixels";
  color: midnightblue;
  text-decoration: underline wavy;
 }

header img{
  size: 50px 50px;
}
 
.divider{
  width: 100%;
  height: 20px;
  background: url("pictures/divi.gif"); 
  background-repeat:no-repeat;
  background-position: center;
  background-size: 50% 75%
}
 
main{
  text-align: center;
  font-size:1.25em;
}

main ul{
  list-style-type: none;
  margin-left: 33%;
  margin-right: 33%;
  font-size: 1.35em;
}

p{
  margin-left: 31%;
  margin-right: 25%;
}

main p{
  text-align: center;
  font-size: 1.25em;
  margin-left: 31%;
  margin-right: 25%;
}
 
main img{
  margin-left:33%;
  margin-right: 33%;
}

main h2{
 color:midnightblue;
}
 
main h1{
 font-family: "Coral Pixels";
 color:midnightblue;
 text-decoration: underline wavy;
}

a{
  text-align:center;
  font-size:1.25em;
}
 