body, html {
    height: 95%;
    display: grid;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    letter-spacing: .0625em;
}
.main {
    text-align: center;
    margin: auto;
}
.name {
    font-size: 48px;
    font-weight: 700;
}
.job {
    padding-top: 10px;
    font-size: 28px;
    font-weight: 700;
}
.big_links {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
.big_link {
    padding: 10px;
    color: #000;
    text-decoration: none;
}
