#image {
    width: 250px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    border: groove;
}

body {
    background-color: aliceblue;
}
head {
    background-color: aliceblue;
}

p {
    text-align: center;
}

#time {
    font-size: 30px;
    font-family: serif;
}

#next_box {
    border-style: groove;
    width: 300px;
    margin: 0 auto;
    display: flex;
    background-color:azure;
}

#desc {
    font-size: 25px;
}

#interaction_box {
    border-style: groove;
    width: 100px;
    margin: 0 auto;
    display: flex;
    background-color:azure;
}
