@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

body {
    background-color: #000015;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: none;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    z-index: 0;
}

.links {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 1;
    color: white;
}

.links ul {
    padding-left: 20px;
    margin: 5px 0;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
}

@media screen (max-width: 767px) {
    .centered {
        font-size: 32px; /* 2x the original size */
    }
}

.links {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 1.5; /* Set line height for better alignment */
    color: white;
}

a {
    text-decoration: none;
    color: white;
    line-height: 1.5; /* Match line height with .links */
    vertical-align: middle; /* Align middle with images */
    display: inline-flex; /* Use flex to align items */
    align-items: center;
}

.link-image {
    width: 15px; /* Match the desired image size */
    height: 15px;
    vertical-align: middle; /* Align middle with text */
    margin-right: 5px;
}

a:hover .image0 {
    content: url('Media/GFD_i.png');
}

a:hover .image1 {
    content: url('Media/Finch_i.png');
}

a:hover .image3 {
    content: url('Media/Cloaked_i.png');
}

a:hover .image4 {
    content: url('Media/Eden_i.png');
}

a:hover .image5 {
    content: url('Media/X_i.png');
}

a:hover .image6 {
    content: url('Media/LI_i.png');
}

a:hover .image7 {
    content: url('Media/Resume_i.png');
}

a:hover .image8 {
    content: url('Media/Email_i.png');
}