body {
    background-image: url("pics/background.jpg");
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 800;
    margin: auto;
    direction: rtl;
    margin-right: 40px;
}

.m {
    color: rgb(90, 66, 5);
    text-align: center;
    font-size: xx-large;
}

#boxes .box {
    float: right;
    text-align: center;
    width: 30%;
    padding: 10px;
}

#doors .door {
    float: right;
    text-align: center;
    width: 50%;
    font-size: 150%;
}

a {
    color: rgb(90, 66, 5);
}

footer {

    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-top: 20px;
}

header {
    background-image: url("pics/background.jpg");
    padding: 1px;
    text-align: center;
    color: rgb(90, 66, 5);
    font-size: 30px;
}

header .main {
    text-align: left;
    color: white;
    background-color: black;
    margin-right: 88%;
}

.w {
    float: inline-end;
    text-align: center;
    font-size: 60px;
    color: rgb(90, 66, 5);
    width: 100%;
    margin-bottom: 200px;
}

.f {
    font-size: 600%;
    color: rgb(90, 66, 5);
}

.subpage {
    color: rgb(90, 66, 5);
    font-size: 300%;
}

.foott {
    color: rgb(90, 66, 5);
}