body {
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #444444;
    width: 100%;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

img {
    width: 100%;
    max-width: 500px;
}

.title1 {
    color: #32C0E5;
}

.accent {
    color: deeppink;
}

p {
    color: white;
}

.next {
    width: 30%;
    padding: 20px;
    background-color: #FB7E0F;
    border: 0;
    border-radius: 10px;
    color: white;
    font-size: 1em;
}

.content2, .content3, .content4 {
    display: none;
}

.footer {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    background: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #9d9d9d;
}

.footer .info span {
    display: inline-block;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

.footer span:after {
    content: "ㅣ";
    margin: 0 0 0 5px;
}

span.after_none:after {
    content: "";
    margin: 0;
}
