/*
Theme Name: febrill
Description: A blank WordPress theme with no content
Version: 1.0
Author: Your Name
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    direction: ltr;
}

body {
    background-color: #ffffff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    direction: ltr;
    text-align: left;
}

.main {
    width: 100%;
    direction: ltr;
}

