h1{
    font-size: 50px;
    color: darkolivegreen;
}
body{
    font-family: "Bodoni MT", sans-serif;
    color: darkblue;
    background-color: #FFFAF0;
    width: 100%;
    text-align: center;
    display: flex; /* 1 команда чтобы выровнить*/
    justify-content: center; /*2 команда чтобы выровнить*/
    font-size: 20px;
    min-height: 140vh; /*чтобы был бордер снизу*/
}
img{
    width: 1000px;
    height: 500px;
    border: 5pt solid dimgrey;
    border-radius: 30px;
}
.kalkulaator{
    margin-left: 26%;
    border: 1pt solid grey;
    width: 50%;
    color: white;
    font-size: 25px;
    font-weight: bold;
    font-family: "Dubai Light", sans-serif;
    background-color: darkcyan;
}
.kogus{
    color: yellowgreen;
}
.dizain{
    border: solid 1px black;
    border-radius: 30px;
    position: absolute; /*засунуть картинку в таблицу*/
    text-align: center;
}