body {
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}

header {
    margin: 40px auto;
    max-width: 500px;
    text-align: center;
}
h1 {
    font-size: 100px;
}
h2 {
    font-size: 35px;
    font-weight: normal;
}



.content {
    background: url('images/world_map_api.png') no-repeat center top;
    background-size: 1250px;
}
.teaser-blocks {
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 60px;
    padding-top: 550px;
    text-align: center;
}
.teaser-blocks i {
    color: #ff580d;
    display: block;
    font-size: 80px;
    margin-bottom: 15px;
}
.teaser-blocks i:before {
    margin: 0;
}
.teaser-blocks > div {
    margin-bottom: 20px;
}
.exemple {
    font-family: 'PT Mono', monospace;
    font-size: 22px;
    margin-bottom: 60px;
    max-width: 100%;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
}
.exemple span {
    color: #ff580d;
}
.code {
    background: #ffe4d9;
    border-radius: 40px;
    font-family: 'PT Mono', monospace;
    font-size: 20px;
    padding: 40px;
    text-align: left;
}
.code b {
    color: #ff580d;
    font-weight: normal;
}

.buttons {
    margin-bottom: 60px;
    margin-top: 120px;
    text-align: center;
    width: 100%;
}
.buttons h3 {
    font-size: 70px;
    font-weight: normal;
    margin-bottom: 40px;
}
.buttons a {
    background: #ff580d;
    border: 2px solid #ff580d;
    border-radius: 50px;
    display: inline-block;
    font-size: 30px;
    margin: 0 15px 20px;
    padding: 20px 40px;
    text-align: center;
    width: 300px;
}
.buttons a:hover {
    background: gray;
    border-color: gray;
}
.buttons a.btn-secondary {
    background: none;
    color: #ff580d;
}
.buttons a.btn-secondary:hover {
    color: gray;
}
