@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC&family=Open+Sans&display=swap');

html, body {margin: 0; height: 100%; overflow: hidden}

body {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #1A1A21;
    color: #fff;
    
    margin: 0 auto;
    position: relative;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
}

p {
    text-align: center;
}

h1 {
    font-family: 'Alegreya SC', serif;
    font-weight: 700;
    text-shadow: 2px 2px 5px #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 49px;
    color: #fff;
}

.sauce {
    display: relative;
    width: 100% ;
}

.left, .right, .button {
    font-family: 'Alegreya SC', serif;
    font-weight: 700;
    cursor: pointer;
    text-shadow: 2px 2px 5px #000;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 49px;
    color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    position: relative;
    max-width: 720px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.button {
    text-align: center;
}

#bg {
    background-image: url("viera.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0.05;
}

#bg2 {
    background-image: url("yshtola1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0.05;
    transform: scaleX(-1);
}