* {
    box-sizing: border-box;
}

body {
    background-color: #022D0D;
    color: #efefef;
    font-family: 'Montserrat Alternates', sans-serif;
    /* background-color: #0B3B17; */
}