body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -2cm;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -2cm;
}

h1 {
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.github img, .linkedin img {
    width: 30px;
    height: 30px;
    filter: invert(1);
    background-color: white;
}

.resume-button {
    margin-top: -0.5rem;
    border: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background-color: transparent;
    cursor: pointer;
    color: blue;
}

.resume-button:hover {
    text-decoration: underline;
}

.github {
    margin-right: 2rem;
    border: none;
}

.linkedin {
    margin-right: 0rem;
    border: none;
}

.github:hover,
.linkedin:hover {
    filter: invert(1);
}
