body {
    background-color: #30BBD8 ;
}

.container {
    display: inline-block;
    width: 800px;
    margin-top: 150px;
    margin-left: calc(50% - 400px);
}

.left-column {
    width: 40%;
    float: left;
    padding: 40px;
    padding-bottom: 20px;
    background-color: #009BDF;
    background-image: url(../img/hill.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

h1 {
}

.bottom-texts {

}

.bottom-texts > .nuoroda {
    color: #fff;
}

.right-column {
    width: 60%;
    float: left;
    padding: 60px;
    background-color: #fff;
}

.close {

}

