html,
body {
    padding: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    overflow: auto;

    font-family: Verdana, system-ui, sans-serif;
    font-size: 12px;
}

/*
 Custom animation can be defined using keyframes and the ::view-transition pseudo-elements
 https://developer.mozilla.org/en-US/docs/Web/CSS/@view-transition#examples
*/
@view-transition {
    navigation: auto;
}

.resume-layout-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}

h4 {
    font-size: 16px;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid black;
    width: 100%;
}
