body {
    background-image: url(fon.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#wrapper {
    background: rgb(210, 208, 210);
    margin: 60px auto;
    max-width: 900px;
    height: 1250px;
}

#header {
    background-size: cover;
    background-color:#ffffff;
    height: 200px;
    width: 100%;
    background-image: url(head.png);
    background-repeat: no-repeat;
    margin-block: -25px;
}

#navigation {
    background: #2a2a2a2a;
    width: 100%;
    height: 90px;
    background-image: url();
    background-size: 379px 19px;
    word-spacing: 100px;
    letter-spacing: 3px;
    font-size: 25px;
    text-decoration: none;
}

#content {
    background: #d2d0d2;

    width: 100%;
}

.v {
    text-align: center;
}

.text {
    border: 4px double black;
    padding: 6px;
    margin: 20px;
}

.o {
    margin-left: 15%;
}

.i1 {
    text-align: center;
    max-width: 100%;
}

.png {
    width: 100%;
    text-align: center;
}

.pt {
    text-align: center;
    font-size: 35px;
}

.tt {
    text-align: justify;
    font-size: 18px;
}
.igra {
    text-align: center;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(102, 102, 102);
    max-width: 900px;
    height: 280px;
}

.text {
    font-size: 30px;
}

.end {
    display: flex;
    align-items: center;
    background-color: rgb(102, 102, 102);
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.end-list:not(:last-child) {
    margin-right: 300px;
    text-align: center;
}
