#rank2 {
    position: fixed;
    bottom: 0;
    right: 0;
    border: 1px solid black;
    height: 200px;
    width: 200px;
    overflow-y: scroll;
}

.ship {
    position: absolute;
    width: 20px;
    background: green;
}

.ship-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.ship-name {
    white-space: nowrap;
    border: 1px solid black;
    background-color: white;
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 7pt;
    padding: 2px;
}

/* Pozostałe style */
body {
    font-size: 9pt;
    background-image: url("background4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
