body {
    background-image: url(fon.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper {
    background: rgb(1, 255, 179);
    margin: 60px auto;
    width: 900px;
    height: 1250px;
}

.header {
    background-size: cover;
    background: #838283;
    height: 200px;
    width: 100%;
    font-size: 15px;
    background-repeat: no-repeat;
    margin-block: -25px;
    text-align: center;
    background-image: url(zago.png);
    background-size: 100% 175px;
}

.navigation {
    background: #ff00002a;
    width: 100%;
    height: 30px;
    background-size: 379px 19px;
    word-spacing: 100px;
    letter-spacing: 3px;
    font-size: 25px;
    text-decoration: none;
    text-align: center;
}

.content {
    background: #f5dbdb;
    margin-block: -25px;
    width: 100%;
}

.text {
    border: 4px double black;
    padding: 40px;
    margin: 20px;
}

.z {
    text-align: center;
    font-size: 28px;
}

.p {
    text-align: center;
}

.t {
    text-align: justify;
    font-size: 18px;
}