body {
  background: rgb(232,203,192);
  background: linear-gradient(0deg, rgba(232,203,192,1) 0%, rgba(102,110,145,1) 77%);
}

.container {
    background-image: url(https://i.ibb.co/8x2j4ZF/crumpled-white-paperboard-95678-119.jpg);
    background-size: cover;
    height: 275vh;
    padding: 3px;
    width: 70%;
    margin-left: 15.5%;
    margin-top: .7%;
    border-radius: 15px;
    border: 1px solid black
}

.container h1 {
    text-align: center;
    text-decoration: underline;
    font-size: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

ol {
    margin-left: 10%;
}

ol li {
    text-align: justify;
    padding-right: 43px;
    padding-top: 5px;
    font-size: 17px;
    margin-left: -15px;
    font-family: 'Noto Sans KR', sans-serif;
}
