.mypage {
  min-height: 100vh;
  padding-top: 55px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 900px;
    }
}