table {
font-family: arial, sans-serif;
  border-collapse: collapse;
}

td, th {
  border: 1px solid #8288FF;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #8288FF;
}

h1 {
color: #8288FF;
text-align: center;
}

p {
font-family: arial, sans-seriff;
font-size: 15px;
text-align: center;
}

body {
background-color: #FCF3CF;
}

.employee-image img {
width: 250px;
}

.employee-image {
float:left;
}

.employee-table {
width: 50%;
float:right;
}

.employee-wrapper {
margin:auto;
width:800px;
}