@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Noto+Serif+Georgian:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@200,400,700,500,600,300&f[]=ranade@700,300,701,401,101,100,400,500,501,301&f[]=excon@400,900,700,500,300,100,1&display=swap');

:root {
    --title-font: 'Clash Display', 'Abril Fatface', 'Noto Serif Georgian', sans-serif;
    --default-font: 'Excon', 'Noto Serif Georgian', sans-serif;
}

* {
    margin: 0;
    box-sizing: border-box;
    font-family: var(--default-font);
    vertical-align: center;
    line-height: 100%;
    font-size: 30px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scroll-behavior: smooth;
}

.title {
    font-family: var(--title-font);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 3px;
    /* margin: 0; */
    margin-bottom: 8px;
}

header {
    background-color: rgb(248, 248, 248);
    font-size: 1.3rem;
    display: flex;
    z-index: 100;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
}

span, p {
    line-height: 140%;
}

span > a {
    color: rgb(101, 101, 101);
}

#menu {
    display: flex;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 10px;
}

#menu > div {
    padding: 20px;
}

#welcome {
    font-size: 5rem;
}

#body {
    max-width: 60%;
    margin-top: 150px;
    margin-left: 20%;
    margin-right: 5%;
}

.section {
    margin: 50px 0;
}

.subsection {
    margin: 50px 0;
}

.section {
    height: 100vh;
}

.content {
    margin-left: 18px;
    padding-left: 30px;
    border-left: 4px solid black;
}

#social-medias {
    margin-top: 10px;
    height: 35px;
}

#social-medias img {
    height: 100%;
    margin-right: 20px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.inline-image {
    height: 1.2em;
}