body {
  font-family: 'Poppins', sans-serif;
}

.red {
  color: #C11515;
}

h1 {
  position: absolute;
  margin: auto;
  left: 31px;
  font-size:28px;
  top: 6px;
}

h2 {
  position: absolute;
  margin: auto;
  left: 21.5px;
  font-size:28px;
  top: 6px;
}

h3 {
  position: absolute;
  margin: auto;
  left: 28px;
  font-size:28px;
  top: 6px;
}

.h3shift{
  left:28px;
}

.shift4 {
  left:23px;
}

.shift5 {
  left:26.5px;
}

.shift12 {
  left:24px;
}

.shift21 {
  left:23px;
}

.shift28 {
  left:20px;
}

h6 {
  position: absolute;
  margin: auto;
  left: 25px;
  font-size:28px;
  top: 6px;
}

h5 {
  position: absolute;
  margin: auto;
  left: 20px;
  font-size:28px;
  top: 6px;
  letter-spacing: -2px;
}

h4 {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  left: 15px;
  top: 24px;
}

.h4shift {
  left: 15px;
}

.h4shift2 {
  left: 18px;
}

p {
  font-size: 7px;
  line-height: 8px;
  position: absolute;
  left:4px;
  color: #C11515;
}

.pshift {
  font-size: 7px;
  line-height: 8px;
  position: absolute;
  left:52px;
  color: black;
}

.container {
  margin: auto;
    /*flex-direction:  column;*/
  display: flex;
  justify-content:  space-between;
  flex-direction: row wrap;
  align-content: flex-start;
  flex-wrap:  wrap;
  padding: 50px;
  padding-left: 55px;
  padding-bottom: 100px;
  height: 500px;
  width: 500px;
  background-color: white;
  /*min-height: 300px;*/
  font-family: 'Poppins', sans-serif;
  color:  #042135;
  font-size:  18px;
  text-align:  center;
  border: 1px solid black;
  z-index: 1
}

.container2 {
  z-index: 2
  border: .5px solid black;
  height: 100px;
  width: 100px;
  background-color: white;
  padding-top: 20px;
  z-index: 2
}

.month2 {
  font-size: 120px;
  position: absolute;
  padding-left: 215px;
  font-weight: 600;
}

.year2 {
  font-size: 32px;
  position: absolute;
  padding-left: 125px;
  top:155px;
}

.monthword {
  font-size: 24px;
  position: absolute;
  padding-left: 300px;
  top:164px;
}

.dow {
  font-size:  12px;
  height: 55px;
}

.date {
  font-size:  24px;
  position: relative;
}
.week {
  display: flex;
  flex-direction: row;
  height: 70px;
}

.item {
  padding: 10px;
  width: 50px;
  height: 50px;
}

.item1 {
  background-color: white;
  border-color: red;
  border: .5px solid black;
}

.item2 {
  border: .5px solid transparent;
  z-index:5;
}

.item3 {
  width: 50px;
  height: 25px;
  margin-top: 24.5px;
  margin-left: 0px;
}

.border {
  border: .5px solid black;
}

.dowred {
  background: #F1D5D5;
}
