/*
Theme Name: Digital Nests Lanika
Theme URI: https://digitalnests.in/
Author: K. Syed Abdul Rehman
Author URI: https://digitalnests.in
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dn-lanika

 */

body{
    margin:0;
}

.site, .content{
    width:100%;
    height:auto;
    margin:0;
    box-sizing:border-box;
}

button{
    background-color:white;
    color:black;
}

a{
    color:black;
    text-decoration:none;
}

a:hover{
    color:blue;
    text-decoration:underline;
}

figcaption{
    text-align:center;
    font-family:Arial;
    font-size:12px;
    color:#000080;
}

.wp-block-separator{
    background-color:gray;
    height:1px;
    border:none;
}
