.racer-img {
    margin-right:8px;
    margin-bottom: 4px;
}

.racer-href {
    margin:0px
}

.race-logo {
    max-height: 100px;
}

html, body {
    padding:10px;
    background-color:#10234D;
}

.arrow-left {
    float:left;
    display: flex;
    align-items: center; /* Centers items vertically */
    justify-content: center;
    height: 100vh; /* Example: full viewport height */
    margin-left: 10px;
    margin-bottom: 10px;
    z-index: 10000;
}

.arrow-right {
    float:right;
    display: flex;
    align-items: center; /* Centers items vertically */
    justify-content: center;
    height: 100vh; /* Example: full viewport height */
    margin-right: 10px;
    margin-bottom: 10px;
    z-index: 10000;
}

.dowload-link {
    position: absolute;
    top:20px;
    left:20px
}