body {
  background-color: white;
  text-align: right;
 
  
}
header{
  background-color: gold;
}

.aside {
  display: inline-block;
  float: right;
  position: relative;
  width: 45%;
}
h1 {
 font-family: 'Cantata One', serif;
  color: black;
  text-shadow: 4px 4px white;
  margin-right: 25px;
  font-size: 75px;
}

/*.flexbox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}*/
.week1{
  width: 483px;
  background-color: black;
  color: gold;
  padding: 0.25vw;
  font-family: 'Francois One', sans-serif;
  transition: all 0.3s ease;
  text-align: center;
}
.week1:hover {
  box-shadow:
                1px 1px gold,
                2px 2px gold,
                6px 6px gold;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);

}
.week1 > a
{
  color : white;
}

.break 
{
  color: white;
}

.flower
{
  width: 400px;
  height: auto;
  top: 475px;
  left: 75px;
  position: absolute;

  
}

.psychic {
  width: 300px;
  height: auto;
  top: 375px;
  left: 350px;
  position: absolute;
  z-index:4;
}
.crop {
  width: 300px;
  height: auto;
  top: 225px;
  left: 600px;
  position: absolute;
}
.happy {
  width: 350px;
  height: auto;
  top: 220px;
  left: 40px;
  position: absolute;
  z-index: 3;
}
.wooden {
  width: 400px;
  height: auto;
  top: 50px;
  left: 300px;
  position: absolute;
  z-index:2;
}









/*body {
  background-color: white;
  text-align: center;
  font-family: didot, serif;

  color: turquoise;
}




header {
	font-family: didot, serif;

  color: turquoise;
  font-size: 25px;
}

p {
	color: black;
	background-color: lightcyan;
	font-size: 18px;
}


img {
  border: solid 10px;
}
figure {
  background-color: green;
}

figcaption {
  background-color: none;

}*/