html{
    background-color: darkslategray;
}
h1{
    text-align: center;
    color: beige;
    font-size: xx-large;
}
p{
    text-align: justify;
    color: beige;
    font-size: large;
}
ol{
    text-align: justify;
    color: beige;
    font-size: large;
}
#img1{
    position: absolute;
    height: 400px;
    width: 600px;
    left: 200px;
    top: 400px;
}
#img2{
    position: absolute;
    height: 400px;
    width: 600px;
    left: 900px;
    top: 400px;
}
#jipka{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
#podjepka{

}