@charset "utf-8";

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1;
    background-color: #ff9;
}

.title {
width: 1000px;
max-width: 80%;
margin: 50px auto;
text-align: center;
background-color: #fff;
padding: 50px;
}

.title p {
margin-top:50px;
}