* {
  font-family: Arial;
  margin: 0;
}
body {
  background: #fff;
}
.container{
    width: 100%;
    height: 100%;
    margin-right: 50px;
}

.container  h1{
    font-size: 50px;
    font-weight: bold;
    color: #04AA6D;
    text-align: center;
    margin-top: 30px;
}

.box{
    width: 90%;
    text-align: left;
    margin-top: 10px;
}

.box1{
    width: 100%;
    float: left;
    margin-top: 0px;
}

.box1 h1{
    width: 100%;
    text-align: left;
    font-size: 30px;
    color: #fff;
}

.box1 p1{
    width: 100%;
    text-align:left;
    margin-top: 10px;
    font-size: 16px;
	color:#000;
}

button{
    font-size: 18px;
    margin-top: 25px;
    background: #04AA6D;
    color: white;
    border: none;
    padding: 9px 20px;
    border-radius: 20px;
    cursor: pointer;
}

button a{
    
    color:#fff;
    
}

.picture{

    float: right;
    overflow: hidden;
    margin-top:0px;
}



