/* Full-page layout */

       body.armory {
    background: url('/sahtout/img/backgrounds/bg-armory.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Arial', sans-serif;
    color: #fff;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

