body, html {
    background-color: orange;
    background-image: url("images/backgroundtilewavy.png");
    height: 100%;
    margin: 0;
    padding: 0;
}

.main {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.rome {
    height: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0;
}
.soldier {
    height: 60%;
    position: fixed;
    left: 0;
    bottom: 0;
}
.paper {
    background-color: beige;
    border: 10px solid red;
    border-image: url("images/somepattern.png") 5 stretch;
    height: 75%;
    width: 50%;
    text-align: center;
    overflow: scroll;
}
.center {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.snail {

}
.borzoi {
    border-bottom: 2px solid black;
    padding: 0;
    background-image: url("images/somepattern.png");
}
.text {

}
.fuc {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px;
    color: maroon;
    border: 2px dashed black;
    height: 100%;
    background-color: rgba(255, 255, 0, 0.5);
    width: fit-content;

}