@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrcVIT9d0c8.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* {
    box-sizing: border-box;
}

body, html {
    font-family: "Raleway", sans-serif;
    line-height: 1.8;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0 0 1rem;
}

h1, h2, h3 {
    margin: 2rem 0 0;
}

.white,
.hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16)
}

.wide {
    letter-spacing: 2px;
}

.bar {
    width: 100%;
    overflow: hidden;
    padding: 8px 16px;
    display: block;
    border: none;
    outline: 0;
    position: static;
    float: left;
    white-space: normal;
}

header,
footer {
    position: fixed;
    width: 100%;
    z-index: 1
}

header {
    top: 0
}

footer {
    bottom: 0
}

.left {
    float: left;
    padding: 4px 16px 4px 16px;
}

.right {
    float: right;
    padding: 4px 16px 4px 16px;
}

.bar-item {
    padding: 0px 16px;
    border: none;
    outline: 0;
    text-align: left;
    white-space: normal;
    display: inline-block;
}

.container {
    max-width: 960px;
    margin: 64px auto 10px;
    padding: 1rem;
}

.button {
    padding: 16px;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.button:hover {
    color: #000;
    background-color: #ccc;
}

code {
    background-color: #222;
    color: #fff;
    width: 100%;
    top: auto;
    bottom: auto;
    position: relative;
    white-space: pre-wrap;
    text-align: left;
    tab-size: 4;
    padding: 8px 16px;
    border-radius: 10px;
    white-space: pre;
    display: block;
}

code, .code {
    font-family: 'Courier New', Courier, monospace;
}

code em {
    color: #5d8aeb;
}

.header-content {
    text-align: center;
    margin-bottom: 2rem;
}

.header-content h1 {
    color: #2c3e50;
}

.header-content p {
    font-size: 1.2em;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.features-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.feature-card {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}

.feature-card h3 {
    color: #2c3e50;
    margin-top: 0;
}

.how-it-works {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.how-it-works ol {
    text-align: left;
    padding-left: 1.5rem;
}

.how-it-works li {
    margin-bottom: 0.5rem;
}

ul {
    text-align: left;
}

ol {
    text-align: left;
}

li strong {
    color: #2c3e50;
}