* {
    margin: .0;
    padding: .0;
    box-sizing: border-box;

}



.wrapper {

    height: 100vh;
    width: 100vw;

}

.container-left {

    display: inline-block;
    width: 60%;
    padding-left:136px ;
    margin-top:25% ;


}

.container-right {

    display: inline-block;
    height: 100vh;
    width: 20%;
    position: absolute;
    margin-top: 20px;

}

img {

    position: relative;
    top: 30%;
    right: 110PX;
  

}

h1 {

    font-weight: 400;
    font-size: 80px;
    width: 100px;
    line-height: 60px;
}


h2 {

    font-weight: 200px;
    font-size: 40px;


}

p {

    font-weight: 500;
    font-size: 20px;
    width: 540px;
    line-height: 28px;
    margin: 15px 0;

}

.button-left {

    width: 150px;
    height: 52px;
    font-size: 17px;
    line-height: 36px;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 15px 30px;
    background-color: #9499e6;
    color: #ffffff;
}

a {

    font-size: 28px;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
  

}

.button-right {

    font-size:20px ;
    width: 80px;
    height:30px ;
    line-height: 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0px 2px 15px;
    text-align: center;
    background-color: #9499e6;
     color: #ffffff;


}


