﻿body {
margin-top: 80px;
font-family: "Varela Round", sans-serif;
}
.container {
max-width: 960px;
width: 100%;
margin: 0 auto;
}
h1 {
text-align: center;
}
.tabs {
list-style: none;
margin: 0;
padding: 0;
}
.tabs li {
display: inline-block;
padding: 15px 25px;
background: none;
text-transform: uppercase;
cursor: pointer;
}
.tabs li.current {
background: #e9e9e9;
}
.tab-contents {
background: #e9e9e9;
padding: 20px;
}
.tab-pane {
display: none;
}
.tab-pane.current {
display: block;
}