body {
    background-image: url("../halloween.jpg");
    Width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.orange {
    padding: 40px 20px;
}

#prompt {
    font-size: 50px;
}

div {
    background-color: rgb(250, 215, 201);
    Width: 80%; 
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 .5rem;
}

#prompt {
    color: rgb(184, 102, 1);
}

h1 {
    font-size: 4rem;
    padding: 0px 20px;
    Width: 100%; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

p {
    font-size: 2rem;
    Width: 100%; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
}
