@font-face {
    font-family: "bongo";
    src: url("Bongo-8 Mono.ttf") format("truetype");
}

html,
body,
pre,
code,
kbd,
samp {
    font-family: "bongo";
}

body {
    background-image: url(img/background.png);
    color: white;
    text-shadow: 2px 2px 2px #404040;
    text-align: left;
}

a {
    color: white;
}

header {
    text-align: center;
}
footer {
    text-align: center;
    margin-top: 4em
}

h2 {
    text-align: center;
    margin-top: 2em;
}

li {
    line-height: 1.35em;
    margin-bottom: 1em;
}

dl {
    padding-left: 3em;
}
dt {
    margin-bottom: 0.5em;
}
dd {
    margin-bottom: 1em;
}

.center {
    text-align: center;
    margin: 1em 0 1em 0;
}

.yellow {
    color: yellow
}

.mac-label {
    display: inline-block;
    padding: 8px 16px;
    background-color: #d06800;
    color: white;
    font-size: 16px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

.ios-label {
    display: inline-block;
    padding: 8px 16px;
    background-color: #1172d9;
    color: white;
    font-size: 16px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 4px srgba(0, 0, 0, 0.2);
  }

.plus-label {
    display: inline-block;
    padding: 8px 16px;
    background-color: #00ad40;
    color: white;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 2px 4px srgba(0, 0, 0, 0.2);
  }
