html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #ccd9ff;
}

header h1 {
    text-align: center;
}

header nav {
    display: flex;
    justify-content: center;
    gap: 200px;
    margin-top: 10px;
}

header nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.layout {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    align-items: flex-start;
}

.leftinfo {
    flex: 5;
    background: #e6ecff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top {
    display: flex;
    gap: 20px;
    align-items: center;
}

.info {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.info h2 {
    margin: 0;
}

.info div {
    margin: 0;
}

.right {
    flex: 1;
    background: #e6ecff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.right h2 {
    text-align: center;
    margin-bottom: 15px;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.leftgames {
    margin-top: 30px;
    background: #e6ecff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);;
}

.leftgames h3 {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

.leftgames table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.leftgames th,
.leftgames td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.leftgames th {
    background-color: #e6ecff;
    font-weight: bold;
}

.leftgames th:last-child td {
    border-bottom: none;
}

.leftgames tbody tr:hover {
    background-color: #e6ecff;
}

.disc2 {
    font-size: 10px;
    word-spacing: 0.01px;
    font-style:italic;
}

.disc {
    word-spacing: 0.1%;
}

.lose {
    color: #b30000;
    font-weight: bold;
}

.win {
    color: #00b300;
    font-weight: bold;
}

h2 small {
    font-weight: 200;
}

.photo {
     border-radius: 10px;
     overflow: hidden;
}

.info {
    position: absolute;
    top: 140px;
    left: 250px;
}