html, body {
    width: 100vw;
    padding: 0;
    margin: 0 auto;
    border: 0;
    max-width: 1280px;
}

body {
    min-height: -webkit-fill-available;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #000000;
    font-family: 'Hiragino Sans', Roboto, 'Helvetica Neue', sans-serif;
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

main {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: calc(100vh - 300px);
    overflow: auto;
}

.logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 42px;
}

.clinic-logo-img {
    width: 150px;
}

p {
    text-align: center;
    word-break: break-word;
}

.details {
    max-width: 500px;
    margin: 0 auto 42px auto;
}

.link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 217px;
    padding: 5px;
    margin: 0 auto;
    color: #FFFFFF;
    background-color: #121212;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

.link .description {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    text-align: center;
    margin-left: 20px;
}
