
body {
    background-color: #EEEEEE;
}

a, .nav-link{
    color: white;
}

.card-idea{
    margin: auto;
    position: relative;
    height: 425px;
    margin: 5px;
    background-color: #eeedfc;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}

.card-idea-desc{
    background-color: white;
    width: 40%;
    height: 90%;
    position: absolute;
    /* opacity: 0.8; */
    border-radius: 10px;
    margin: 20px;
    right: 0px;
    padding: 10px;
}

.user-address {
    text-align: end; 
    color: white; 
    font-size: medium;
    border: 1px solid white;
    padding: 5px;
    border-radius: 6px;
}

.user-address:hover {
    border-color: white;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(152, 255, 166), 0 0 5px rgb(152, 255, 166), 0 0 5px rgb(152, 255, 166), 0 0 5px rgb(152, 255, 166), 0 0 5px rgb(152, 255, 166), 0 0 5px rgb(152, 255, 166), 0 0 5px rgb(152, 255, 166);
}