*{
    margin: 0;
    padding: 0;
    
}
body{
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);

}
#master{
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: transparent;
}
#searchbar{
    width: 40%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
#searchbar > input{
    width: 70%;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
#searchbar > button{
    width: 25%;
    border-radius: 5px;
    background-color: rgb(255, 183, 0);
    font-weight: 700;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    
}
#box{
    width: 30%;
    display: flex;
    align-items: center;
    margin: auto;
    gap: 10px;
    justify-content: center;
    background-color: transparent;
    font-size: 20px;
}
.cards{
    width: 250px;
    height: 250px;
    text-align: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
    font-size: 20px;
    background-color: aquamarine;
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.mapouter{
    position:relative;
    text-align:right;
    height:500px;
    width:600;
    left: 80px;
    border-radius: 5px;
    background-color: transparent;
}
