body {
    font: 1.2rem "Fira Sans", comic;;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url("https://w4skele.neocities.org/images/general/darksky.jpg");
    margin: 0;
    justify-content: center;
    align-items: center;
}

content {
  width: 1000px;
  height: 250px;
  background-color: lightblue;
}

.container {
    text-align: center;
    font-size:20px;
    color: white;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #000;
    background-color: black;
    color: white;
    border-radius: 5px;
}

#fortuneDisplay {
    margin-top: 20px;
    font-size: 18px;
    color: white;
}

button:disabled {
    background-color: black;
    cursor: not-allowed;
}

tree {
    cursor: pointer;
    margin: 0 auto 20px auto;
    border: 10px ridge darkgrey;
    height: 250px;
}

.paragraph{
  color: white;
  padding: 20px 20px;
  font-size: 20px;
  text-align: center;
}

.clover{
    padding: 2px;
    border: 5px ridge white;
    background:linear-gradient(white,black);
    position: fixed;
    bottom: 0;
    right: 0;
}

.clickable-text{
    color: darkgray;
    font-size: 12px;
}
