/* Place your CSS styles in this file */

body{
    background-color: #FFDEDE;
}
#container_home{
    position: relative;
}
#home_main{
    width: 100%;
    height: auto;
}
#home_button_1{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 13%;
    left: 9%;
    opacity: 0%;
}
#family_button_1{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 13%;
    left: 27%;
    opacity: 0%;   
}
#advocacy_button_1{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 13%;
    left: 45%;
    opacity: 0%;   
}
#travel_button_1{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 13%;
    left: 62%;
    opacity: 0%;   
}
#cooking_button_1{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 13%;
    left: 80%;
    opacity: 0%;   
}
[onClick] {
    cursor: pointer;
}


