
#left {
    text-align: left;
}

#centered {
    text-align: center;
}

body {
    background-color: #DFC0FA;
}

header {
    text-align: center;
}

footer {
    text-align: center;
}

time {
    font-size: 15px;
    align-self: left;
    color: #8e44b9;
}

table, th, td {
    border: 1px solid #8e44b9;
    align-self: center;
    color: #8e44b9;
}

h1 {
    display: inline;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    color: #AF63DB;
    background-color: #C4BFE6;
}

h4 {
    display: inline;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-left: 1%;
    padding-right: 1%;
    color: #AF63DB;
    background-color: #C4BFE6;
}

p {
    display: inline;
    font-family: "Cormorant Unicase", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    text-align: center;
    color: #AF63DB;
    background-color: #C4BFE6;
}

ul li {
    display: table;
    font-family: "Cormorant Unicase", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    color: #AF63DB;
    background-color: #C4BFE6;
}

button {
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;
    color: #AF63DB;
    border-color: #8e44b9;
    padding-left: 0%;
    padding-right: 0%;
    background-color: #C4BFE6;
}

#shower {
  width: 350px;
  height: 350px;
  position: relative;
  background-color: #DC65E2;
  overflow: hidden;
}

#grower {
  width: 1px;
  height: 350px;
  background-color: #FFB7ED;
}
