@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #f5f5f5;
    color: #222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    text-align: center;
    font-size: 2.5em;
}

a {
    text-decoration: none;
    color: #2e4ae7;
    transition: color 0.2s;
}

a:hover {
    color: #4b62e0;
}

.cv_years {
    font-weight: bold;
    display: block;
    font-size: 17px;
}

.header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.contact {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-right: 5px;
}

.main {
    margin: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 2px;
}

td:first-child {
    padding-right: 5px;
    text-align: center;
}
