@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

address {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}



/* reset css end */


/* basic */

html,
body,
main {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    color: #424242;
    font-size: 1.3rem;
    line-height: 1.3;
    font-family: sans-serif; // background: url(../img/errorBG.gif) 50% no-repeat #e0e1ff;
    // width: 100%;
    background-color: #e0e1ff;
}

.wrap_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap {
    width: 460px;
}

@media screen and (max-width: 480px) {
    .wrap {
        width: 80vw;
    }
}

.site_title {
    color: #320057;
    text-shadow: 0 1px 0 #ffddff, 0 -1px 0 #000000;
    font-family: Courier New, Arial, Sans-Serif;
    letter-spacing: -2px;
    font-size: 30px;
}

address {
    text-transform: capitalize;
    text-align: right;
}

.wrap {
    background-color: #d8bbe8;
    padding: 1em;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.wrap p {
    margin-bottom: 1em;
    color: #000;
}

.wrap address {
    color: #000;
}