﻿body {
    font-family: 'Segoe UI', Calibri, Arial;
    margin:0;
}
* { padding: 0; 
    margin: 0; }
  html { 
    background: url("https://media2.giphy.com/media/U3qYN8S0j3bpK/giphy.webp?cid=790b76119b80dadec7df9030ec6f4f38fc34b2e41e469c0a&rid=giphy.webp"); } 
  div {
    overflow: hidden;
    box-sizing: border-box;}
  p { 
        border: solid black 2px;
        max-width:75px;
        padding:3px;}
  a { 
    text-decoration:none;
    text-transform:none;
    color:black;}

  
  /* classes in order from back to front */
  .container {
    display: flex;
    /* background of webpage */
    justify-content:center;
    padding-top: 85px;}
  .base {
    background-color: #e7e2e2;
    display: flex;
    height:90vh;
    width:700px;
    justify-content:center;
    align-items:center;}
  .child { 
    background-color: #858080;
    display:flex;
    justify-content: center;
    align-items:center;
    height:80vh;
    width:600px;
    border:groove 3px;
    flex-direction:column;}
  .screen { 
    background-color: #84b378;
    display:flex;
    justify-content: center;
    align-content:center;
    height:450px;
    width:500px;
    border:groove 3px;
    flex-direction:row;}

  
  /* now onto the ids */
  #instructions { 
    background-color: #c9769f;}
  
#curvedtopbordersonly { 
        border-top-left-radius:8px;
        border-top-right-radius:8px;}         

#collage #playPanel {
    background-color:#84b378;
    padding:0px 0px;
    /*margin: 10px auto;*/
    width:500px;
    height:500px;
    width:100%;
}

#collage #bottomPanel{
    display:flex;
    background-image:rgb(255,255,255);
    font-size:0.8em;
    margin: 10px 10px;
    vertical-align: center;
    width:500px;
    flex-direction:row;
}

#collage #sortable {
    border:2px solid rgb(0, 0, 0);
    display: inline-block;
    padding:0px;
    margin-left:50px;
    width: 400px;
}

#collage #sortable li {
        background-size: 400% 400%;
        border: none;
        cursor: pointer;
        margin: 0;
        padding: 0;
        float: left;
        width: 500px;
        height: 100px;
    }

#collage button  {
    background-color:#f5f2f2;
    border:1px solid #cce;
    display: inline;
    font-size: 14px;
    height: auto;
    width: auto;
    padding: 2px 2px;
}