html,body {
    font-size: 16px;
    background-color: white;
    color: #d4d4d4;
    font-family: Arial, Helvetica, sans-serif;
}

a, a:hover {
    color: inherit;
    text-decoration: inherit;
}

div.choose {
    text-align: center;
    font-size: 24px;
}

div.centered {
    text-align: center;
}

div.header {
    text-align: center;
    margin: 8px;
}

div.header img.bernhardlogo {
    max-width: 100%;
    width: 500px;
    height: auto;
}

div.bigbutton-container {
    display: inline-block;
    margin: 16px;
}

div.bigbutton {
    border-radius: 16px;
    display: table-cell;
    text-align: center;
    width: 350px;
    height: 250px;
    vertical-align: middle;
    box-shadow: 3px 3px 6px #aaaaaa;
    padding: 8px;
}

div.regular {
    background-color: #109bc5;
}

div.skyspark {
    background-color: #109bc5;
}

div.regular img.connectlogo {
    width: 300px;
}

div.skyspark img.connectlogo {
    width: 200px;
}

div.skyspark img.skysparklogo {
    width: 200px;
}