div#kirjeldus {
    position: relative;
    left: 0;
    border: 2px solid black;
    width: 250px;
    border-radius: 10px;
    padding: 1%;
}

section#juhend {
    position: absolute;
    top: 200px;
    left: 500px;
    background-color: orangered;
    border-radius: 10px;
}

p {
    background-color: black;
    border: solid black 1pt;
    border-radius: 25px;
    width: 250px;
    height: 250px;
    padding: 2%;
}

#panel,
#flip {
    padding: 5px;
    text-align: center;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
}

#panel {
    padding: 50px;
    display: none;
}