@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css');

.app-container {
    margin-top: 20px;
}

.app-description {
    color: #777;
}

.app-links-description {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.app-link {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 8px;
}

.app-link:hover {
    box-shadow: 0px 0px 5px #eee;
}

.app-link img {
    width: 20px;
    margin-top: -5px
}

.app-link span {
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
}

.link-touch {
    width: 100%;
    padding: 20px 0px !important;
    box-shadow: 0px 0px 5px #eee;
    border-radius: 30px;
}

h4 {
    margin-top: 20px;
    margin-bottom: 0;
}

.auth-cert-container {
    overflow-wrap: break-word;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 8px;
}

.instruction-header {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding: 0;
}

ol li {
    display: block;
    margin-top: 20px;
}

ol li:first-of-type {
    margin-top: 0px;
}

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #00a0e9;
    font-weight: 700;
}
