div{
    position: relative;
    left: 0;
    width: 200px;

    border: 1px solid black;
    background-color: #00b894;
    border-radius: 10px;
    padding: 1% ;
}
h1{
    position: relative;
    left: 0;
    width: 1000px;
}
body{
    background-color: #2d5ab8;
}
img{
    width: 250px;
}