@scope (scope root){
    rulesets
}

* {
  font-family: Lucida Console, monospace;
  box-sizing: border-box;
}


.header-text {
  //background-image: url('images/pinksparkles.jpg'); /* Links your image asset */
  //background-repeat: no-repeat; /* Prevents the image from tiling */
  //background-position: center center; /* Centers the image vertically & horizontally */
  //background-size: cover; /* Scales the image to fill the entire sidebar */
  background-color: rgb(255,128,192); /* Fallback color */
  //background-color: rgba(255,128,192, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 4px solid #ff0099;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  padding: 10px;
  text-align: center;
}

.layout-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 25vh;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 25vh;
  //background-image: url('images/pinksparkles.jpg'); /* Links your image asset */
  //background-repeat: no-repeat; /* Prevents the image from tiling */
  //background-position: center center; /* Centers the image vertically & horizontally */
  //background-size: cover; /* Scales the image to fill the entire sidebar */
  background-color: rgb(255,128,192); /* Fallback color */
  //background-color: rgba(255,128,192, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 4px solid #ff0099;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  a:link, a:visited {
    background-color: #ffffff;
    color: #ff0099;
    border: 4px solid #ff0099;
    border-radius: 12px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
  }

  a:hover, a:active {
    background-color: #ff0099;
    border: 4px solid #ff0099;
    border-radius: 12px;
    color: white;
  }
}

.main-content {
  margin-left: 30px;
  //background-image: url('images/pinksparkles.jpg'); /* Links your image asset */
  //background-repeat: no-repeat; /* Prevents the image from tiling */
  //background-position: center center; /* Centers the image vertically & horizontally */
  //background-size: cover; /* Scales the image to fill the entire sidebar */
  background-color: rgb(255,128,192); /* Fallback color */
  //background-color: rgba(255,128,192, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 4px solid #ff0099;
  border-radius: 12px;
  z-index: 2;
  padding: 20px;
  text-align: center;
  a:link, a:visited {
    color: white;
    text-decoration: underline;
  }
}

//Pink waves
//Photo by <a href="https://unsplash.com/@vixenly?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Kym MacKinnon</a> on <a href="https://unsplash.com/photos/a-pink-and-white-surface-2NnS34YfJAQ?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>

//Pink sparkles
//Photo by <a href="https://unsplash.com/@joannakosinska?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Joanna Kosinska</a> on <a href="https://unsplash.com/photos/a-close-up-of-a-pink-glitter-background-Uvl3W4XWd4U?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>

//White sparkles
//Photo by <a href="https://unsplash.com/@paoalchapar?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Daniela Paola Alchapar</a> on <a href="https://unsplash.com/photos/a-close-up-of-a-white-surface-with-glitter-ixZmlLhju0A?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
