body {
	background: linear-gradient(to right, #c19a6b, #008080, #ffe4c4); 
    font-family: Verdana, Geneva, sans-serif;
    margin: 10px;
    padding: 10px;
}

.container {
    text-align: center;
    padding: 20px;
}

h2 {
    color: #F4EAE0;
    font-size: 35px;
    margin-bottom: 5px;
}

.user-image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.info {
    background-color: #f3f3f3;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: left;
    margin-top: 120px;
    position: relative;
}

ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.highlight {
    color: #007BFF;
}

.info img {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 130px;
    height: 135px;
    border: 3px solid #fff;
}
