
.tryout-body {
    text-align: center;
    font-family: Arial,serif;
    min-height: 100vh;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: white;
}
.section {
    padding: 3em 0;
    position: relative;
}
.section:after {
    content: "";
    position: absolute;
    bottom: -25px;
    background: inherit;
    left: -4px;
    height: 50px;
    right: -2px;
    z-index: 1;
    transform: rotate(2deg);
}
.section:last-of-type {
    padding-bottom: 2em;
}
.section:last-of-type:after {
    display: none;
}
.hero {
    background: #5cc2f1;
    color: white;
}
.section-inner {
    max-width: 600px;
    margin: 0 auto;
}
h1, h3 {
    margin: 5px 0;
}
a {
    color: #1a5a7a;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn {
    /*background: rgba(0,0,0,0.2);*/
    background: white;
    padding: 20px;
    display: inline-block;
    border-radius: 8px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.btn:hover {
    transform: scale(1.2);
}
.download-btn {
    color: #7d6ec6;
    margin-top: 1em;
}
.position-grid {
    display: flex;
    flex-wrap: wrap;
}
.position-grid__cell {
    flex: 1 33.33%;
    font-size: 0.8em;
}
.position-grid__cell a {
    display: inline-block;
    width: 90%;
    background: rgba(91, 192, 235, 0.37);
    color: white;
    margin: 2px 0;
    padding: 16px 5px;
}
.status-icon {
    fill: white;
    border-radius: 3px;
    padding: 5px 6px 2px;
    margin: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.features ul {
    padding: 0;
    list-style: none;
}
.window {
    background: #fff;
    width: 50vw;
    min-width: 450px;
    margin: auto;
    border: 1px solid #acacac;
    border-radius: 6px;
    box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.2);
    cursor: default;
}
.titlebar {
    background: linear-gradient(to bottom, #ebebeb, #d5d5d5);
    color: #4d494d;
    font-size: 11pt;
    line-height: 20px;
    text-align: center;
    width: 100%;
    height: 20px;
    border-top: 1px solid #f3f1f3;
    border-bottom: 1px solid #b1aeb1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.buttons {
    padding-left: 8px;
    padding-top: 3px;
    float: left;
    line-height: 0px;
}
.titlebar__btn {
    font-size: 9pt;
    line-height: 11px;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.close {
    background: #ff5c5c;
}
.minimize {
    background: #ffbd4c;
}
.zoom {
    background: #00ca56;
}
.titlebar__btn:hover {
    border-color: rgba(0, 0, 0, 0.3);
}
.content {
    padding: 50px 10px;
    color: #777;
}
.content a {
    color: #444;
}
.content h3 {
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 22px 0 0;
    padding: 4px 0;
    background: rgba(00, 0, 0, 0.02);
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
pre {
    color: #555;
    font-size: 1.5em;
}
a svg {
    fill: rgba(255, 255, 255, 0.6);
}
a:hover svg {
    fill: white;
}