* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.width-100 {
    width: 100%;
}

.box {
    margin: 0 auto;
    height: 300px;
    width: 500px;
    box-shadow: 0 0 20px 10px #eee;
    padding: 40px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #00bb00;
}

.box p {
    margin: 50px 0;
}

.margin-auto {
    margin: 75px auto 0 auto;
    text-align: center;
}

.footer {
    margin: 0 auto;
    text-align: center;
    font-family: 'Lobster', cursive;
    font-size: 12px;
}

.img-1 {
    width: 4%;
    position: absolute;
    left: 29%;
}

.img-2 {
    width: 4%;
    position: absolute;
    right: 29%;
}