body {
    margin: 0px 0px 1px 0px;
    background: #260015;
    font-family: 'Russo One', sans-serif;
}

#pattern {
    margin: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
    display: none;
}

#orientation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #260015;
    background-image: url(../assets/orientation.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    display: none;
}
