::selection {
    background: #ffdd2d !important;
    color: #333 !important;
}

html, body {
    height: 100%;
}

body {
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 24px 16px 16px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    display: flex;
    flex-direction: column;
}

button {
    background-color: initial;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

header {
    flex-shrink: 0;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    padding-bottom: 16px;
}

footer {
    flex-shrink: 0;
}

h2 {
    margin: 0;
}

.main-header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: -0.3px;
    font-feature-settings: 'liga' off;
}

.secondary-header {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.3px;
}

.description_header {
    font-feature-settings: 'liga' off;
}

.description_text {
    color: #666;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .4px;
}

.button_link {
    color: #1771E6;
    padding: 0;
}

.main-info {
    max-width: 316px;
    line-height: 20px;
    text-align: center;
    color: #666666;
}

.speedtest-page_link {
    display: block;
    margin-top: 16px;
    text-decoration: none;
    color: #1771E6;
}
