
body {
    background: #ccc;
    margin-top: 0px;
}

.main {
    width: 1450px;
    text-align: center;
    font-family: sans-serif;
    background: #fff;
    top: 0px;
}

.name {
    font-size: 48px;
}

.dates {
    font-size: 18px;
}

.outer {
    text-align: center;
}

.text {
    width: 1000px;
    text-align: left;
    display: inline-block;
    position: absolute;
    margin-left: -500px;
    font-size: 18px;
}

.tabs {
    margin-top: 10px;
}

.tab {
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    color: black;
    border: 1px solid gray;
    border-radius: 10px;
    cursor: pointer;
}

.title {
    font-size: 18px;
    font-weight: bold;
}

.author {
    font-size: 15px;
    font-style: italic;
}
