.main-body {
    display: flex;
    width: 100vw;
    height: 100vh;
    min-width: 330px;
    flex-direction: column;
    align-items: center;
}