@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;400&display=swap");

body {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin: auto;
}

.header {
    display: flex;
    height: 180px;
    background: lightblue;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.header-text {
    text-align: left;
    width: 75%;
    vertical-align: middle;
    margin: 2px 0 0 30px;
    font-weight: 500;
    font-size: 30px;
}

.header a {
    margin-top: 25px;
}

.content {
    padding: 30px;
}

h4 {
    margin: 0px;
}

.contacts-text {
    font-size: 14px;
}

.social-media-links {
    width: 36px;
    height: 36px;
    margin-left: 30px;
}

.education-text {
    margin-left: 30px;
}

.bold-text {
    font-weight: bold;
    font-size: 14px;
}
