body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url('files/bg_atha.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.background {
    width: 90%;
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid black;
    padding: 20px;
    display: flex;
    gap: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.content-box {
    flex: 2;
}

.image-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-image {
    max-width: 100%;
    border: 2px solid black;
}

.contact-info i {
    color: #000; /* Change to your preferred color */
    margin-right: 10px;
    font-size: 1.2em;
}

.icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
