html, body{
    font: "Inter", "Open Sans";
    margin: 0;
    box-sizing: border-box;
    background: linear-gradient(90deg, pink,lightblue);

}
#title{
    color:rgb(237, 178, 102);
    font-family: "Agbalumo";
    font-size: 25px;
    position: absolute;
    right: 100px;
}

#list-category{
    margin : 40px;
}
#list-category h1{
    display: block;
    font-size: 40px;
    margin-bottom: 40px;
    color:#3B3B58;
}

#list-category button{
    border: 2px solid #3B3B58;
    border-radius: 20px;
    background-color: #53538e;
    padding: 10px 20px;
    color: #fff;
    padding: 10px 20px;
    display: block;
    margin: 12px 0;
    width: 30vw;
}
#list-category button:hover{
    background-color: #7b7bd2;
    font-size: 20px;

}

#detail-list{
    margin: 50px;
    margin-left: 40px;
    padding: 20px;
    border: 2px solid #3B3B58;
    border-radius: 20px;
    width: 30vw;
}

.added-button:hover{
    color: #3B3B58;
}

#map{
    position: fixed;
    right: 100px;
    top: 200px;
    background-color: gray;
    border: 2px solid #3B3B58;
    border-radius: 20px;
    /* margin: auto; */
    height: 30vw;
    width: 30vw;
}

#submit-button{
    display: none;
    margin: 0 50px;
    border: 2px solid #3B3B58;
    background-color: rgb(237, 178, 102);
    border-radius: 20px;
    width: 100px;
}
#submit-button:hover{
    background-color: #3B3B58;
    color: white;

}

#submit-button{
    display: none;
    margin: 0 50px;
    border: 2px solid #3B3B58;
    background-color: rgb(237, 178, 102);
    border-radius: 20px;
    width: 100px;
}

#submit-button:hover{
    background-color: #3B3B58;
    color: white;

}