
@font-face {
    font-family: "Bubble";
    src: url("fonts/bubble.woff") format("woff");
}

@font-face {
    font-family: futura;
    src: url("fonts/futura.woff") format("woff");
} 

@media (min-width: 600px) {
    .grid {
      grid-template-areas:
        'child';
    }
  }
  
p {
    padding: 10px 30px 0px 30px;
}

p.intro {
    padding:20px;
}

p.back {
    position: absolute;
    top: 40px;
    left: 60px;
    font-family:'Courier New', Courier, monospace;
}
img {
    width:400px;
    
}
body {
    font-family: 'helvetica', Helvetica, sans-serif;
    font-size:auto;
    line-height: 1.5;
    margin-left:4%;
    margin-right:4%;
    margin-top:3%;
    background-color:rgb(128, 236, 191);
}
  
    /* unvisited link */
a:link {
    color: rgb(23, 8, 109);
    text-decoration-line: none;
}

.advice {
    font-style:normal;
    text-align:center;
    /* text-emphasis-style: filled yellow; */
}
/* visited link */
a:visited { 
    color: rgb(0, 0, 0);
}

/* mouse over link */
a:hover {
    color: rgb(141, 0, 0);
    text-shadow: 1px 1px 2px rgb(255, 251, 0), 0 0 1em rgb(226, 94, 60), 0 0 0.2em rgb(255, 153, 0);
}

/* selected link */
a:active {
    color: rgb(255, 255, 255);
}

.grid {
    grid-template-areas:
      'avatar';
  }
  
  
.grid-container {
    display:grid;
    background-color: rgb(255, 153, 221);
    width:100%;
    height:100%;
    border: 20px solid rgb(108, 184, 255);
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); /* see notes below */
    grid-gap: 1em;
}     

.grid-container .grid-pink {
    margin:10px;
    padding:20px 10px;
    height:auto;
}

.grid-intro {
    background-color: yellow;
    background-blend-mode: overlay;
    column-width: 100%;
    padding:20px;
    font-size:larger;
    text-decoration-color: pink;
    text-decoration-style: wavy;
    text-decoration-line: underline;
    font-family: 'Times', 'Times', sans-serif;
}

.grid-midst {
    position:relative;
    width: 800px;
    height: 400px;
}

.grid-pink1 {
    background-color: rgba(255, 212, 212, 0.8);
    transform: rotate(4deg);   
    }

.grid-pink2 {
    background-color: rgba(255, 240, 240, 0.8);
    transform: rotate(2deg);   
   
    }

.grid-pink3 {
    background-color: rgb(255, 197, 197);
    transform: rotate(-3deg);   
  
    }
  
.grid-pink4 {
    background-color: rgb(255, 223, 223);
    transform: rotate(1deg); 

    }

.grid-pink5 {
    
    background-color: rgb(255, 163, 163);
    transform: rotate(-.6deg);   

    }
      
.grid-pink6 {
    background-color: rgb(255, 234, 234);
    transform: rotate(-2deg); 

     
    }

.grid-pink7 {
    
    background-color: rgb(255, 193, 193);
    transform: rotate(-4deg);   

    }   
    
.grid-pink8 {

    background-color: rgb(255, 149, 149);
    transform: rotate(3deg); 

    }
    
.grid-pink8 {

    background-color: rgb(255, 184, 184);
    transform: rotate(-1deg); 

    }

.grid-pink9 {

    background-color: rgb(255, 223, 223);
    transform: rotate(-2deg);   

    }
    
.grid-pink10 {

    background-color: #ffcaca;
    transform: rotate(-1deg); 

    }
     