
body { 
    margin: 0;
	text-decoration-color: #010101;
}

div {
    border-bottom:1.5px solid black;
}

ul {
    margin-top : 0;
}

a:link, a:visited {
	color: #010101;
	text-decoration: none;
}

.main {
    position: relative;
    width: 200mm; 
    height: 265mm;
	border: none;
}

.title {
    font-family: "Space Mono", serif;
    font-size: 50px;
    font-weight: 700;
}

.sub-title {
    font-family: "Space Mono", serif;
    font-size: 25px;
}

.title-font {
    font-family: "Poppins", serif;
    font-size: 12px;
}
.summary-font {
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 16px;
}

.ayrin-title {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 480px;
    height: 80px;
    line-height: 120%;
    padding-top: 10px;
	border: none;
}

.ayrin-summary {
    position: absolute;
    top: 140px;
    left: 40px;
    width: 673px;
    height: 80px;
    font-family: "Poppins", serif;
    font-size: 12px;
	font-weight: 250;
    line-height: 18px;
}

.ayrin-photo {
    background-image: url("./dp3.jpg");
    background-size: 180px;
    background-position: 168px -42px;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 160px;
    height: 160px;
	border: none;
}

.in-box-title {
	font-weight: 500;
	font-size: 16px;
}

.in-box-subtitle {
	font-style: italic;
	font-size: 14px;
	font-weight: 350;
}

.ayrin-skills {
    position: absolute;
    top: 230px;
    left: 40px;
    width: 673px;
    height: 90px;
}

.ayrin-skills-title {
    position: absolute;
    top: 0;
    left: -1px;
    width: 188px;
	border: none;
}

.ayrin-skills-summary {
    position: absolute;
    top: 0;
    left: 188px;
    width: 484px;
	border: none;
    line-height: 18px;
	font-size: 12px;
	font-weight: 250;
}

.ayrin-technical {
    position: absolute;
    top: 330px;
    left: 40px;
    width: 673px;
    height: 140px;
}

.ayrin-technical-title {
    position: absolute;
    top: 0;
    left: -1px;
    width: 188px;
	border: none;
}

.ayrin-technical-summary {
    position: absolute;
    top: 0;
    left: 188px;
    width: 484px;
	border: none;
    line-height: 18px;
	font-size: 12px;
	font-weight: 250;
}

.ayrin-education {
    position: absolute;
    top: 482px;
    left: 40px;
    width: 673px;
    height: 144px;
}

.ayrin-education-title {
    position: absolute;
    top: 0;
    left: -1px;
    width: 188px;
	border: none;
}

.ayrin-education-summary {
    position: absolute;
    top: 0;
    left: 188px;
    width: 484px;
	border: none;
	line-height: 18px; 
	font-size: 12px;
	font-weight: 250;
}

.ayrin-experience {
    position: absolute;
    top: 638px;
    left: 40px;
    width: 673px;
    height: 180px;
}

.ayrin-experience-title {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 228px;
	border: none;
}

.ayrin-experience-summary {
    position: absolute;
    top: -1px;
    left: 228px;
    width: 444px;
	line-height: 18px;
	border: none;
	font-size: 12px;
	font-weight: 250;
}

.ayrin-contact {
    position: absolute;
    top: 828px;
    left: 40px;
    width: 673px;
    height: 70px;
}

.ayrin-contact-title {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 228px;
	border: none;
}

.ayrin-contact-summary {
    position: absolute;
    top: -1px;
    left: 228px;
    width: 444px;
	line-height: 18px; 
	border: none;
	font-size: 12px;
	font-weight: 250;
}

.ayrin-info {
	position: absolute;
    top: 920px;
    left: 40px;
    width: 673px;
	border: none;
}

.ayrin-info-left {
	position: absolute;
    top: -1px;
    left: -1px;
    width: 228px;
	border: none;
	line-height: 16px;
	font-size: 11px;
	font-weight: 300;
}

.ayrin-info-right {
	position: absolute;
    top: -1px;
    left: 228px;
    width: 444px;
	text-align: right;
	line-height: 16px; 
	border: none;
	font-size: 11px;
	font-weight: 300;
}

.www {
	width: 10px;
	height: 10px;
}

.insta {
	width: 10px;
	height: 10px;
}

.linked-in {
	width: 10px;
	height: 10px;
}

.sheet-outer {
    margin: 0;
	border: none;
}
.sheet {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
}

@media screen {
    body { 
        background: #e0e0e0 
    }
   
    .sheet {
        background: white;
        box-shadow: 0 .5mm 2mm rgba(0,0,0,.3); 
        margin: 5mm auto;
    }
}

.sheet-outer.A4 .sheet { 
    width: 210mm; 
    height: 276mm;
}
.sheet.padding-5mm { padding: 5mm }

@page {
    size: letter;
    margin: 0
}
@media print {
    .sheet-outer.A4, .sheet-outer.A5.landscape { 
        width: 210mm 
    }
}
