


body {
  font-size: 0.875em;
  font-family: 'Afacad';
  padding: 0;
  margin: 0;
  background: linear-gradient(rgb(251, 220, 220, 0.15), 
  rgb(251, 220, 220, 0.15)), url("img/backgroundpink.gif");
  background-repeat: repeat;
  }
  
.wrapper {
  background: none;
  top: 0;
  margin: 0 auto;
  width: 870px;
  }
  
.sidebar-left, .sidebar-right {
  width: 175px;
  }
  
.main {
  width: 500px;
  margin-left: 185px;
  }
  
.sidebar-left {
  margin-left: 0px;
  }
  
.wrapper, .links a {
  color: #4f3d46;
  }
  
.box {
  border: 3px double #f1c2e3;
  background: #fff;
  padding: 0;
  }
  
.header {
  border: 3px double #f1c2e3;
  font-family: Boldonse;
  background: linear-gradient(rgb(251, 220, 220, 0.75), rgb(251, 220, 220, 0.75));
  text-align: center;
  margin-top: 15px;
  top: 0;
  height: auto;
  }
  
  
.links {
  margin: 1.5em 0;
  }

  a:link {
  color: #eb449a;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #C9416E;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #eb449a;
  background-color: transparent;
  text-decoration: underline;
}

::selection {
  color: rgb(255, 0, 149);
  background: rgb(255, 191, 246);
}

ul {
  list-style-type: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1px;
  /* idk Ill check it out later
  background: linear-gradient(rgb(251, 220, 220, 0.75), rgb(251, 220, 220, 0.75));
  text-align: center;
  */
}
  
.title { /*suppress title, since we're putting the title as text in the header box*/
  display: none;
  }

.footer {
  height: 0;
  padding-top: 5%;
  padding-left: 20%;
  justify-content: center;
  align-items: center;
}
  
.box h1, .box h2, .box h3, .box h4 {
  background: #facbd8;
  margin: 0;
  padding: 0.35em 0.25em 0.3em 0.25em;
  text-align: center;
  border-bottom: 3px double #f1c2e3;
  }
  
.inner {
  padding: 0.25em 1em 0.3em 1em;
  font-size: 1.075em;
  }

  
#help{
-webkit-mask-image: url(https://i.imgur.com/WPTnhzY.png);
-webkit-mask-size: 250%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
 transform:rotate(0deg);
transition:0.3s;}

#help:hover {
  -webkit-mask-size: 100%;
  transform:rotate(-15deg);
  transition:0.3s;
}

    
  
/* For narrow screens: slightly narrows sidebars, and makes the width
 * of the main/center div flexible (sized relative to viewport width.)
 */
@media(max-width:880px) {
  .wrapper {
    width: calc(340px + 50vw);
    }
  .sidebar-left, .sidebar-right {
    width: 160px;
    }
  .main {
    width: 50vw;
    margin-left: 170px;
    }
  }

/*Mobile compatibility. Just turns it all into a vertical layout.*/  
@media(orientation:portrait) {
  .wrapper {
    width: 96vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .wrapper-2 {
    width: 94vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .sidebar-left, .main, .sidebar-right {
    position: relative;
    width: 92vw;
    margin: 0.25rem 1vw;
    }
  }

  .wrapper-2 {
  position: relative;
}

.sidebar-left {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-right {
  position: absolute;
  top: 0;
  right: 0;
}

.link {
  display: inline-block;
  margin-right: 15px;
}
