:root {
    font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

body {
    align-items: center;
    display: flex;
    flex-direction: column;
    line-height: 150%;
}

h1,h2,h3 {
    & a.anchor {
        display: none;
    }
}

.cv,
.content {


    & .experience {
        & ol {
            display: flex;
            flex-direction: column-reverse;
            padding-inline-start: 0;

            & li {
                list-style: none;
            }
        }
    }
}