* {
    padding: 0;
    margin: 0;
}

body {
    background-color: rgb(194, 255, 224);
}

img {
    width: 75%;
    height: auto;
}

.front {
    margin-bottom: 30px;
}

.back {
    margin-bottom: 40px;
}

.goback {
    width: auto;
    height: auto;
    margin-bottom: 50px;
}
