*
{
    padding: 0;
    margin: 0 auto 0 auto;
    outline: none;
    border: 0;
    border-spacing: 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    letter-spacing: 0.03em;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
    -moz-osx-font-smoothing: grayscale; 
    text-rendering: auto;
}

html
{
    background-color: rgb(0, 80, 153);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    height: 100vh;
}

img
{
    width: 256px;
    margin: 0px auto 30px auto;
}

h1
{
    color: rgb(255, 255, 255);
    font-size: 150%;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}
p.eng
{
    color: rgb(255, 255, 255);
    font-size: 125%;
    font-weight: 500;
    text-align: center;
    margin: 15px auto 0px auto;
    line-height: 26px;
}
.center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}