* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
    background-color: #A2A09F;
    color: #5DE7F5;
}
.image img{
	width:0.5%
	
    
	
}

header {
    text-align: center;
    margin-bottom: 10px;
}

header h1 {
    font-size: 2em;
    color: #00D8E2;
}

header p {
    font-size: 0.9em;
    color: #5DE7F5;
}

section {
    margin-bottom: 10px;
}

h2 {
    font-size: 0.9em;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.job, .education {
    margin-bottom: 10px;
}

ul {
    list-style-type: square;
    padding-left: 10px;
}

footer {
    text-align: center;
    margin-top: 10px;
    font-size:0.9em;
    color: #62D6F1;
}
