
.main-app {
    height: fit-content;
    background-image: url("/static/space.jpg");
}

.an4 {
    color:#ffff7e;
    background-image: url("/static/space.jpg");
}

.an4-order-menu {
    background-image: url("/static/steel.jpg");
}

.an4-menu {
    background-color: #000065;
}
.an4 a:link {
    color: #ffff7e;
}

.an4 a:visited {
    color: #ffff7e;
}

.big-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xxx-large;
    font-weight: bold;
    font-style: italic;
}

.hook {
    color: white;
    font-weight: bold;
}

p.strong-hook {
    color: red;
}

.description {
    text-align: left;
}

h2.title {
    color: white;
}

h2.menu-title {
    color: white;
    font-size: large;
}

p.menu-title {
    font-size:large;
    font-weight: bold;
}

.menu-status {
    background-color: black;
}

.menu-block {
    background-color: #000065;
}

.anomaly {
    color: #0080FF;
    font-size: large;
    font-style: italic;
    font-weight: bold;
}

.registration-warning {
    color: white;
}

.registration-warning .warning-title {
    color: white;
    background-color: red;
}

.registration-warning .warning-body {
    text-align: left;
    font-weight: bold;
}

.registration-warning div {
    background-color: white;
    color: red;
}

.modal-order .modal-content {
    background-image: url("/static/space.jpg");
    color: yellow;
    //background-color: darkgray;
}