body {
    /*background-color: rgb(50, 50, 50);*/
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    background-image: url("background.gif");
    width: 99%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.links {
    text-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 50% 50%;
}
/*
.cvicon {

}
*/
.cvicon img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(208%) hue-rotate(127deg) brightness(114%) contrast(100%);
    width: 22%;
}

.cvicon:hover {
    filter: brightness(0) saturate(100%) invert(52%) sepia(6%) saturate(0%) hue-rotate(242deg) brightness(93%) contrast(83%);
}
/*
.aboveracing {
}
*/
.aboveracing img {
    width: 50%;
}

.aboveracing:hover {
    filter: brightness(0) saturate(100%) invert(52%) sepia(6%) saturate(0%) hue-rotate(242deg) brightness(93%) contrast(83%);
}

.hello {
    text-align: center;
    margin-top: 10%;
}