.nunito{
  font-family: "Nunito", sans-serif;
  font-style: normal;
}

body {
  background-image: url(https://i.pinimg.com/736x/f2/29/a4/f229a4ac6942d5749b8ea18067c06206.jpg);
  background-size: cover;
  color: white;
  font-family: Nunito;
} 

.layout {
  display: flex;
  align-items: flex-start;
  margin-top: 200px; 
}

button {
  font-family: Nunito;
}

#sidebox {
  top: 20px; 
  position: sticky;
  width: 300px;
  height: fit-content;
  padding: 20px;
  background-color: #CE8F60;
  border: 10px solid #895129;
  border-radius: 20px;
  margin: 0px 20px 20px 20px;
}

.decoration {
  position: relative;
}

#flower {
  position: fixed;
    left:1250px;
    top: 260px;
  z-index: 10;
  transform: rotate(-15deg);
}

#cat {
  position: absolute;
    top: 10px;
    left: 240px;
  z-index: 10;
  transform: rotate(-10deg);
}

#flowerpicture {
  position: absolute;
    top: 100px;
}

.text > div {
  position: relative;
  width: 1000px;
  padding: 20px;
  background-color: #CE8F60;
  border: 10px solid #895129;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ITWASALLYELLOW {
  margin: 100px;
  position: absolute;
}

#title {
  position: absolute;
    top:-30px;
    left:50px;
    
  font-size: 70px;
  font-family: 'ChokoMilky', cursive;
  text-shadow:
    5px 5px #cda180,
    10px 10px #895139,
    15px 15px #CE8F60;
    
  transform-origin: center;
  transform: rotate(-5deg);
  
  z-index: 10
}