@font-face {
    font-family: 'cherish';
    src: url(/res/font/Cherish.ttf);
}

@font-face {
    font-family: 'hand';
    src: url(/res/font/abyss.ttf);
}

body {
  background: #f3efcc;
  background-image: radial-gradient(rgb(185, 185, 185) 1px, transparent 0);
  background-size: 0.5cm 0.5cm;
  background-position: -28px -28px;
  font-family: 'hand';
  margin: 0;
  color: #181818;
}
.red {
    color: #850606;
}
.gray {
    color: rgb(90, 90, 90);
}
.white {
    color: white;
}
.lightblue {
    color: #0e96d4;
}
.orange {
    color: #d18e11;
}
.green {
    color: #50cc31;
}
.yellow {
    color: #dfc800;
}
.purple {
    color: #6a009b;
}
.pink {
    color: #bb036e;
}
.blue {
    color: #121f97;
}
.grey {
    color: #353535;
}
.transparent {
    color: transparent;
}
.bg {
    color: #f3efcc;
}
.redbg {
    background-color: #850606;
}
.blackbg {
    background-color: #181818;
}
.yellowbg {
    background-color: #dfc800;
}
.orangebg {
    background-color: #d18e11;
}
.greenbg {
    background-color: #50cc31;
}
.lightbluebg {
    background-color: #0e96d4;
}
.purplebg {
    background-color: #6a009b;
}
.pinkbg {
    background-color: #bb036e;
}
.bluebg {
    background-color: #121f97;
}
.greybg {
    background-color: #353535;
}

.outlinered {
    text-shadow: -1px -1px 0 #850606, 1px -1px 0 #850606, -1px 1px 0 #850606, 1px 1px 0 #850606;
}

.outlineorange {
    text-shadow: -1px -1px 0 #d18e11, 1px -1px 0 #d18e11, -1px 1px 0 #d18e11, 1px 1px 0 #d18e11;
}

.outlineyellow {
    text-shadow: -1px -1px 0 #dfc800, 1px -1px 0 #dfc800, -1px 1px 0 #dfc800, 1px 1px 0 #dfc800;
}

.outlinegreen {
    text-shadow: -1px -1px 0 #50cc31, 1px -1px 0 #50cc31, -1px 1px 0 #50cc31, 1px 1px 0 #50cc31;
}

.outlinelightblue {
    text-shadow: -1px -1px 0 #0e96d4, 1px -1px 0 #0e96d4, -1px 1px 0 #0e96d4, 1px 1px 0 #0e96d4;
}

.outlineblue {
    text-shadow: -1px -1px 0 #121f97, 1px -1px 0 #121f97, -1px 1px 0 #121f97, 1px 1px 0 #121f97
}

.outlinepurple {
    text-shadow: -1px -1px 0 #6a009b, 1px -1px 0 #6a009b, -1px 1px 0 #6a009b, 1px 1px 0 #6a009b
}

.outlinetransparent {
    text-shadow: -2px -2px 0 #f3efcc, 2px -2px 0 #f3efcc, -2px 2px 0 #f3efcc, 2px 2px 0 #f3efcc;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
}

.polaroid {
    background-color: white;
    border: 5px solid white;
    border-bottom: 10px solid white;
    box-shadow: -1px -1px 0 #181818, 1px -1px 0 #181818, -1px 1px 0 #181818, 1px 1px 0 #181818;
    image-rendering: pixelated;
    text-align: center;
    margin-top: -250px;
}

[id^="jan"], [id^="fev"], [id^="mar"], [id^="apr"] {
    margin-bottom: 11px;
}

[id^="calendar"] {
    width: 171px;
    position: absolute;
    left: 620px;
    top: 14px;
}

[id^="datas"] {
    position: absolute;
    left: 800px;
    top: 25px;
}

#metas {
    position: absolute;
    left: 610px;
    top: 220px;
}

#livros {
    position: absolute;
    left: 950px;
    top: 220px;
}

#desafioescrita, #desafioleitura {
    width: 470px;
}

#desafioescrita {
    position: absolute;
    left: 800px;
    margin-top: 155px;
}

#desafioleitura {
    position: absolute;
    left: 800px;
    margin-top: 250px;
}

#jan26polaroid, #fev8polaroid, #mar7polaroid, #mar30polaroid, #apr11polaroid, #apr17polaroid, #jun11polaroid {
    position: absolute;
    left: 650px;
    rotate: -10deg;
}

#jan28polaroid, #fev11polaroid, #mar26polaroid, #mar31polaroid, #apr12polaroid, #may08polaroid {
    position: absolute;
    left: 650px;
    rotate: 10deg;
}

#hobbiecal {
    position: absolute;
    right: 50px;
    top: 400px;
}

#hobbiecal td {
    border: dashed 1px #181818;
    width: 80px;
    height: 80px;
    vertical-align: text-top;
}

#hobbiecal th {
    font-weight: normal;
}

.none {
    opacity: 0;
}

.center {
    text-align: center;
}

.sticker {
    position: absolute;
    left: 600px;
    margin-top: -120px;
    filter: drop-shadow(-3px -3px 0 #fff)
            drop-shadow(3px -3px 0 #fff)
            drop-shadow(-3px 3px 0 #fff)
            drop-shadow(3px 3px 0 #fff);
}

.box {
    background-color: #181818;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 10px;
    margin-top: 10%;
}

.box a, .box a:visited {
    color: white;
    text-decoration: underline wavy;
    text-decoration-thickness: 0.5px;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
    padding-top: 10px;
    z-index: 1000;
}

a, a:visited {
    color: #181818;
    text-decoration: underline wavy;
    text-decoration-thickness: 0.5px;
    padding: 5px;
    opacity: 0.7;
}

.menu span {
    text-decoration: underline wavy;
    text-decoration-thickness: 0.5px;
    padding: 5px;
    opacity: 0.7;
}

::selection {
    background-color: #dfc900bb;
}