﻿body {
    margin: 0;
    padding-top: 82px;
    background-color: #3c6287;
    direction: rtl;
    padding-bottom: 60px;
}

.wrapper {
    margin-top: 10px;
    padding: 0 2px;
}

.house-number {
    color: #fff;
    font-weight: bold;
    padding-right: 8px;
}

.house {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.team {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    width: 76px;
    padding: 10px 0;
    color: #000;
    text-decoration: none;
    flex-shrink: 0;
}

.team-flag {
    width: 60px;
}

.team-name {
    font-size: 12px;
    font-weight: bold;
}
