﻿body {
    margin: 0px 0px 0px 0px;
    font-family: "Outfit", sans-serif;
    color: #333333;
    text-align: center;
    vertical-align: top;
    background: #33CCFF url(/images/beach.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    height: 100%;
}

img {
    padding: 0px;
    margin: 0px;
    border: none;
}

h1 {
    font-family: "Outfit", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin: -16px 0px 0px 0px;
    text-transform: uppercase;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

h3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    margin: 8px 0px 0px 0px;
    padding: 0px;
}

#container {
    text-align: center;
    /* margin: 0px auto;
    max-width: 800px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90vw;
    max-width: 500px;
}

.sub-label {
    font-size: 14px;
    font-weight: 200;
}

.cards {
}

.card {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.46);
    padding: 32px;
    margin: 68px 48px 48px 48px;
}

.wifi {
    width: 20px;
    margin-left: 8px;
}

.offline {
    filter: invert(11%) sepia(93%) saturate(5617%) hue-rotate(5deg) brightness(89%) contrast(116%);
}

.online {
    filter: invert(53%) sepia(83%) saturate(6521%) hue-rotate(105deg) brightness(97%) contrast(103%);
}
