.contents1 {
    max-width: 100%;
    width: 780px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contents2 {
    max-width: 100%;
    width: 780px;
    margin: 0 auto;
    margin-top: 50px;
}

.dotted-line {
    border-bottom: 4px dotted #2034b4;
    width: 100%;
    height: 1px;
    background-size: contain;
}

.mov__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mov__item {
    margin: 10px;
    width: 350px;
    height: 290px;
}

.movie-title {
    text-align: center;
}

.btn__wrap {
    margin-left: 90px;
    margin-right: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.btn__item {
    margin: 10px;
}

.button {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #2034b4;
    color: #fbfbfb;
}

h1 {
    font-size: 18px;
}
