/*
Theme Name: abamoo-core
Author: ChatGPT
Version: 1.0
Description: Simple lightweight WordPress theme.
*/

body{
    margin:0;
    font-family:Arial,sans-serif;
}

.site-wrap{
    max-width: 100%;
    margin:0 auto;
    background: #000000;
    height: 100dvh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.site-header,
{
    color:#fff;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
}

.site-footer
{
    color:#fff;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
}
