html {
    font-size: 16px;
    height: 100%;
}

body {
    background-color: #22222a;
    color: #E25590;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 1.2rem;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
}

.zang {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.zangu {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.resume-container {
    display: flex;
    width: 100%;
    height: 100%;
    padding: .5em;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

a {
    color: #08a2d5;
    text-decoration: none;
}

h1 {
    margin-bottom: -.75em;
    user-select: none;
}

h2 {
    font-weight: normal;
}

p {
    margin-block-start: .5em;
    margin-block-end: .5em;
}

.meaningful {
    font-style: italic;
}

.oose {
    margin-block-start: 1em;
    margin-block-end: 1em;
    text-align: center;
}

object {
    width: 100%;
    height: 100%;
    display: flex;
}

ul {
    padding-inline-start: 1em;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

main {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

small {
    padding: 1em;
    box-sizing: border-box;
}