

body{
    background: url(/img/background01.svg);
    overflow: hidden;
}

.box{

    height: 100vh;
    padding: 50px;color: #fff;
}

.content{
    margin-top: 100px;
}

.text{
    margin-top: 110px;
}

.text h3{
    font-weight: 200;
}

.text h1{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}

.text P{
    font-weight: 300;
    line-height: 30px;
    font-size: 14px;
}

.content img{
    width:900px;
    position:fixed;
    left:800px;
    top: 90px;
}


/* footer style// */

footer{
    padding: 13px;
    display: flex;
    justify-content: center;
}

footer .items{
    color: #fff;
    margin-right: 35px;
    position: relative;
    bottom: 70px;
    font-size: 20px;
    cursor: pointer;
}

footer .items:hover {
    color: #4d7289;
}




/*  style for mobil  */
@media only screen and (max-width: 600px) {

    .text h3{
        font-size: 17px;
    }
    
    .text h1{
        font-size: 40px;
    }
}
