body, h1{
    font-family: 'Antic'; font-size: 22px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    color: rgba(0, 0, 0, 0.9);
}

h1 {
    font-size: 40px;
    margin: 0;
    text-align: center;
}

.occupation {
    text-align: center;
}

.name {
    border-bottom: 1px dotted #ccc;
    width: 340px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom:20px;
}

.info {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.01em;
}

.info-box {
    margin-bottom: 5px;
}

.dim {
    color:#ccc;
}

.name {
    margin-top:180px;
}

a {
    text-decoration:none;
    color:#000;
}

a:hover {
    text-decoration:underline;
}

@media screen and (max-width:900px) {
    .name {
        margin-top:90px;
    }
}


