body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    background-image: linear-gradient(#8faaf4, #f4f4f4);
    
}

.container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    color: #333;
}

p {
    color: #555;
}

#linkedin_link {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 25px;
    text-decoration: none;
}

#github_link {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 25px;
    text-decoration: none;
}