.body {
    background-color: #b3d1b3;
    margin: 0px;
}
.h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 400%;
    text-shadow: 3px 3px 3px #ffffff;
    background-color: #66a266;
}
.box {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin-left: 15vw;
}
.left {
    width: 30vw;
    display: flex;
    flex-direction: column;
}
.right {
    width: 30vw;
    display: flex;
    flex-direction: column;
}
.img {
    width: 350px;
    height: 200px;
    border: solid;
    border-style: ridge;
    border-width: 5px;
}
.text {
    font-family: sans-serif;
    font-size: 130%;
}