﻿body {
}

/*.header_css {
    border: 2px black;
    padding: 30px;
}*/

.HomeText-Container_css, .HomeMessage_css {
    position: absolute;
    top: 100px;
    left: 50px;
}

.HomeMessage_css {
    top: 250px;
}

.HomeText_css {
    font-weight: bold;
}

.img_css {
    position: absolute;
    top: 160px;
    right: 50px;
}

.body_css {
    background-image: url('../img/Background Barisoft.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    top: 60px;
    left: 0px;
    position: absolute;
    height: calc(100vh - 60px);
    width: 100%;
}