
body {
    background-color: rgb(56, 71, 102);
}

.incenter {
    color:rgb(0, 0, 0);
}

.underlined {
    text-decoration-color: rgb(61, 61, 55);
}

.dream {
    font-style: italic;
    background: linear-gradient(rgb(219, 219, 187), #786988 70%, rgb(219, 219, 187));
    
}

.langItem {
    border-color: black;
    background-color:rgb(125, 130, 160);
    color:rgb(0, 0, 0);
}

.menu {
    border: 40px solid transparent;
    border-image: url(border1.png) 80 round;
    background-color:rgb(125, 130, 160);
}

.menuItem {
    color:rgb(0, 0, 0);
}

.center {
    border: 40px solid transparent;
    border-image: url(border1.png) 80 round;
    background-color:rgb(125, 130, 160);
    scrollbar-color: rgb(79, 83, 109) rgb(125, 130, 160);
}

.arrowL a, .arrowR a {
    color: black;
}

.innerBorder {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.portrait {
    border: 40px solid transparent;
    border-image: url(border1.png) 80 round;
    background-color:rgb(125, 130, 160);
}

.contacts {
    border: 40px solid transparent;
    border-image: url(border1.png) 80 round;
    background-color:rgb(125, 130, 160);
}

.links {
    border: 40px solid transparent;
    border-image: url(border1.png) 80 round;
    background-color:rgb(125, 130, 160);
}