* {
    padding: 0;
    margin: 0;
}

body {
    color: #232323;
    font-family: Arial, sans-serif;
}

.container {
     font-size: 0;
}

.left {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    background-color: #8d0d4f;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    min-height: 100vh;
    font-size: 16px;
    text-align: center;
}

.right {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    background-color: #f3f3f3;
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 100vh;
}

.left img {
    border-radius: 50%;
    margin-bottom: 25px;
}

.left a {
    color: inherit;
    text-decoration: none;
}

.right h3,
.right h4,
.right h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p{
    line-height:1.5;
    margin-bottom: 15px;
}