﻿@charset "utf-8";

body {
    width: 100%;
    color: #A2A2A2;
    background-color: #000;
}

.wave_all_wrap {
    width: 100%;
    clear: both;
    display: flex;
    display: -webkit-flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.wave_all_wrap, .wave_all_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.waves {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: fixed;
}