body {
    background-color: white;
  }

.Year {
    text-align: center;
    font-family: "Honk";
    text-shadow: -5px 2px 5px grey;
    font-size: 250%;
    position: absolute; 
    top: 5px;
    right: 30px
}
.Month {
    text-align: center;
    font-family: "Ga Maamli", sans-serif;
    text-shadow: -5px 2px 5px grey;
    font-size: 450%;
    position: absolute;
    top: 0px;
    left: 200px;
}

 .months {
     position: absolute;
    top: 200px;
    width: 100%
} 
.dates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px;

}

.date {
    width: 13%;
    height: 50;
  
    border: solid red 1px;
    text-align: center;
}


.day {
   
    width: 13%;
    height: 20px;
    border: solid red 1px;
    text-align: center;
    background-color: lightgrey;
    font-weight: bold;

}
.days {
    display: flex;
    padding: 5px;
    margin-bottom: -10px; 
}

.buffer {
  
    flex-grow: 1;
}

.triangle {
   flex-grow: 0;
    /* border-width: 5px;
    border-color: black;
    border-style: solid; */
}

.side {
    display: flex;
    flex-direction: row;
    position: relative
}

.nummonth {
    text-align: center;
    font-family: "Ga Maamli", sans-serif;
    text-shadow: -5px 2px 5px grey;
    font-size: 450%;
    position: absolute;
    top: 0px;
    left: 100px;
}


/* CSS */
.button-19 {
  appearance: button;
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  
}

.button-19:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19:main,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 4px 0 0;
  background: none;
}