body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
h1{
    margin-left: 20px;
}
div#kirjeldus_top{
    width: 300px;
    height: 300px;
    padding: 10px;
    border: 5px inset lightpink;
    position: absolute;
    top: 20px;            /* Отступ от верхнего края */
    right: 20px;
}
div#kirjeldus_bottom{
    width: 300px;
    height: 300px;
    padding: 10px;
    border: 10px dotted white;
    position: absolute;
    top: 700px;            /* Отступ от верхнего края */
    right: 20px;
}
span{
    color: lightskyblue;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}