@font-face {
    font-family: Montserrat;
    src: url("/static/MontserratAlternates-Light.ttf");
}
body {
    margin: 0px auto 0px auto;
    color: #D58F3F;
    background-color: black;
    font-family: Montserrat,STFangSong,FangSong,sans-serif;
}
a {
    color: #D58F3F;
    letter-spacing: 3px;
    text-decoration: none;
    border-bottom: 1px dotted #D58F3F;
}
a:hover {
    color: black;
    transition: 0.75s;
    background-color: #D58F3F;
}
h1 {
    font-size: 5em;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
    margin: 50px auto 30px auto;
}
.head {
    border-bottom: 1px outset #D58F3F;
}
p {
    font-size: 1.8em;
    letter-spacing: 5px;
    text-align: center;
}
.avatar {
    border-radius: 10px;
    margin: 0px auto;
    height: 300px;
    display: block;
}
.navbar {
    text-align: center;
}
.footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 0.5em;
    text-align: center;
    padding: 10px;
}
