/*
Theme Name: oceanWP Child
Theme URI: http://oceanwp.org/
Description: astra Child 
ThemeAuthor: Milagros
Author URI: http://example.com
Template: oceanwp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twentyseventeenchild
*/
@import url(../oceanwp/style.css);
body{
    background-color: rgb(178, 164, 164) !important;
}
p{
    color:rgb(52, 4, 4);
}
button{
    color: beige;
    background-color: bisque;
}
h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    color: rgb(27, 9, 9) !important;
}
