body
{
    background: rgb(153, 255, 228);
    text-align: center;
}

h1 {
    font-family: fantasy;
}

.countdown {
display: flex;
}

.time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

.time h2{
font-weight: bold;
font-size: 30px;
margin: 0 0 5px;
line-height: 1;

}

li, button {
    font-family: sans-serif;
}

a {
    font-family: fantasy;
}

p {
font-family: fantasy;
size: 20px;
}

ul
{
    list-style-type: circle;
}

li
{
font-size: 20px;
}
.bigger
{
   font-size: x-large;
}

.back_btn
{
    text-align: center;
    list-style-type: none;
}

#flower
{
    height: 20em;
}

h1 {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}

p {
display: flex;
justify-content: center;
}

header {
display: flex;
justify-content: center;
align-items: center;
padding: 30px 10%;
}

.nav__links li {
  display: inline-block;
  padding: 0px 20px;  
}

.nav__links li {
    transition: all 0.3s ease 0s;
}

.nav__links li :hover {
    color: rgb(255, 0, 0);
}
