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

 index.css

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

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

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

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

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

.text {
    width: 34vh;
    color: light-dark(black, white);
    font-size: 7vh;
    font-weight: bold;
    font-family: Arial, Helvetica;
    text-align: right;
    vertical-align: bottom;
    border: 2vh solid transparent;
}

.line {
    width: 2vh;
    background-color: orange;
}

.ellipsis {
    color: light-dark(black, white);
    font-size: 7vh;
    font-weight: bold;
    font-family: Arial, Helvetica;
    text-align: left;
    vertical-align: bottom;
    border: 2vh solid transparent;
}

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