body{
    background-image: url("export.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #b4cffa;
}

#tutorialText{
    display: none;
    position: absolute;
    top: 0;
    left: 5;
    margin: 30px;
    text-align: center;
}

#continue{
    display: none;
    position: absolute;
    top: 20;
    left: 5;
    margin: 30px;
    text-align: center;
}

#all{
    display: flex;
    justify-content: center;
}

#header{
    background-color: #ffffff90;
    max-width: fit-content;
    padding: 0px 15px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#container{
    padding: 0;
    margin: auto;
    display: block;
    height: 650px;
    width: 100%;
    max-width: 1100px;
    position: relative;
}

#myCanvas{
    padding: 0;
    margin: auto;
    display: block;
    height: 650px;
    width: 100%;
    max-width: 1100px;
    border: 1px solid #000080;
    border-radius: 20px;
    background: rgb(255, 254, 224); 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    image-rendering: crisp-edges;
}

#textInput{
    position: absolute;
    left: 50px;
    bottom: 50px;
    height: 40px;
    font-size: 20px;
    display: none;
}

h1{
    color: #000080;
    text-align: center;
    font-family: "Macondo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    margin: 0;
}

h2{
    color: #000080;
    text-align: center;
    font-family: "Macondo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin: 0;
}

p{
    color: #000080;
    text-align: center;
    font-family: "Julee", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

button {
    display: block;
    font-size: 30px;
    font-family: "Macondo Swash Caps", cursive;
    border: solid 3px #b4cffa;
    background-color: #000080; 
    color: white;
    padding: 15px 32px;
    text-align: center;
    border-radius: 20px;
    display: block;
    margin: 15px auto;
}

button:hover {
  transition-duration: 0.4s;
  cursor: pointer;
  transform: scale(1.05);
}

#buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.wizard {
    display: none;
    position: absolute;
    height: 70%;
    margin-right: 10px;
    right: 0;
    bottom: 0;
    z-index: 400;
}

.cake{
    display: none;
    position: absolute;
    left: 200px;
    bottom: -75px;
    width: 65%;
}