#wishlistcontainer{
    border: black solid transparent;
    width: 100%;
    
    display: flex;
    }
    .myaccount{
        width: 30%;
        height:600px;
        border: red solid transparent;
    }
    .myaccount>h1{
        
        margin-left: 35px;
        font-weight: lighter;
        }
        .myaccount>p{
            margin-left: 30px;
        }
        .myaccount>button{
    
            font-size: 14px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            background-color: white;
            border: white solid 1px;
            margin-left: 30px;
            height: 50px;
            cursor: pointer;
            letter-spacing: 2px;
        }
        .wishlist{
            border: lawngreen solid transparent;
            width: 70%;
            height: 600px;
        }
        .wishlistheader{
            border: lightseagreen solid transparent;
            width: 100%;
            height: 120px;
        }
        .wishlistheader>h1{
            font-stretch: wider;
            font-weight: lighter;
            margin-bottom: 50px;
            letter-spacing: 2px;
        }
        .wishlistproducts{
            border: lime solid transparent;
            width: 100%;
        
        }
        .maindiv{
            border: black solid transparent;
            width: 100%;
            height: 200px;
            display: flex;
        }
        .maindiv>div{
            width: 250px;
            height: 300px;
            border: mediumblue solid transparent;
        }