/*****************************************************************

 index.css

 Created by Yuriy Gaytrov.
 Copyright (c) A72. All rights reserved.

*****************************************************************/

html {
    text-decoration: none;
    user-select: none;
}

body {
    margin: 8vh 16vw;
    padding: 0;
}

/****************************************************************/

.scene {
    min-width: 360pt;
}

/****************************************************************/

.caption {
    margin-bottom: 4pt;

    font-size: 128pt;
    font-weight: normal;
    font-family: Battley;

    color: #EE9F27;
}

.note {
    margin-bottom: 48pt;

    font-size: 14pt;
    font-weight: normal;
    font-family: Arial, Helvetica;
    white-space: nowrap;

    color: light-dark(#00000080, #FFFFFF80);
}

.menu {
    margin-bottom: 48pt;
}

.go {
    display: inline-block;
    margin: 8pt 8pt 0 0;
    padding: 4pt 16pt;

    font-size: 14pt;
    font-weight: normal;
    font-family: Arial, Helvetica;
    white-space: nowrap;

    color: light-dark(#00000040, #FFFFFF40);
    background-color: gray;
    border-radius: 4pt;

    cursor: pointer;
}

.go:hover {
    color: light-dark(#000000, #FFFFFF);
}

/****************************************************************/
