#main{
    
    background-color: cornflowerblue;
    border-radius: 2%;
    width:80%
}

#brands{
    background-color: rgb(107, 150, 231);
    margin: 20px;
    width: 40%;
    
}

#location{
    background-color: rgb(107, 150, 231);
    margin: 20px;
    width: 40%;
}
