.wishlist {
    width: 100%;
    max-width: 800px;
}

.wishlist .adder,.edit_section {
    display: flex;
    border: 1px dotted black;
    color: black;
    text-decoration: none;
    padding: 20px;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
}

.wishlist .adder {
    font-size: 2.5em;
}

.wishlist .line {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.wishlist .wish_container {
    display: flex;
    margin-top: 10px;
    background: white;
    padding: 10px 20px;
}

.wishlist .side_menu {
    display: flex;
    flex-direction: column;
    margin-right: -10px;
}

.wishlist .side_menu a {
    color: #50A060;
    font-size: 1.5em;
}

.wishlist .wish_container .title {
    font-size: 1.3em;
    color: #50A060;
}

.wishlist .wish_container .motivation {
    font-style: italic;
}