
:root {
	--color1: #E63946;
	--color2: #F18F01;
	--color3: #DCFEFE;
	--color4: #457B9D;
	--color5: #1D3557;
}

@import url(https://rsms.me/inter/inter.css);

@font-face {
	font-family: 'Simplifica';
	font-style: normal;
	font-weight: normal;
	src: local('Simplifica'), url('SIMPLIFICA Typeface.woff') format('woff');
}

body {
    color: var(--color5);
    font-family: "Inter var", sans-serif;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    margin: 75px 0 0;
	background-color: var(--color3);
    font-size: 15px;
}

.about {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.0736em;
    position: relative;
    max-width: 585px;
    padding-top: 1em;
}

.about p {
    padding: 0 5.805em 1em 0;
}

.avatar {
	border: 1px;
    width: 100%;
	margin: auto;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.contact {
    padding-top: 1.728em;
    position: relative;
}

.contact .social-links {
    position: absolute;
    left: 0;
}

.contact a {
    border-bottom: 0;
    font-size: 2em;
    margin-right: 1.2em;
    padding-bottom: 0;
}

.wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.2em;
}

a {
	color: var(--color5);
    text-decoration: none;
    transition: color .5s;
	border-bottom: 1px dotted;
}

a:hover {
	color: var(--color2);
}

p {
    line-height: 1.728em;
}

h2,
h3,
h4 {
    font-weight: inherit;
    line-height: 1.5;
}

h1 {
    margin-top: 0;
    /* font-family: "Inter var", sans-serif; */
    font-size: 4em;
	font-family:'Simplifica', sans-serif;
    font-weight: 900;
	letter-spacing: 3px;
	color: var(--color5);
	line-height: 1;
}

h3 {
    font-size: 1.44em;
}

h4 {
    font-size: 1.2em;
}
