/* .back {
    background: rgb(214, 7, 54);
    padding: 16px 18px;
    margin-top: -10px;
    z-index: 2;
    position: relative;
}
.back button {
    background: rgb(214, 7, 54);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 18px;
    margin-top: -9px;
    width: 100%;
}
.back button:hover {
    background: rgb(163, 5, 42);
} */
main {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: row; */
}
.space .element {
    display: flex;
    overflow: hidden;
    height: 500px;
    margin: 20px;
}
.space .element .information {
    background: white;
    padding: 20px 30px;
    position: relative;
}
.space .element .information .title {
    font-family: Impact;
    margin-bottom: 10px;
}
.space .element .information .description {
    font-size: 5vh;
    font-family: Verdana;
}
.space .element .information .price {
    font-family: 'Franklin Gothic Medium';
    position: absolute;
    background: green;
    color: white;
    width: 100%;
    bottom: 0;
    left: 0;
}
.space .element .information .title, .price {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 10vh;
}
