@font-face {
    font-family: Garamond;
    src: url("../font/EBGaramond-VariableFont_wght.ttf");
}
@font-face {
    font-family: Roboto;
    src: url("../font/Roboto-VariableFont_wdth,wght.ttf");
}
body {
    background-image: url("../img/Background.jpg");
    background-size: 100%;
    font-family: Roboto;
    /*object-fit: contain;*/
    /*background-color: #c92e2e;*/
    font-size: 9px;
}

.book {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.tem {
    width: 40px;
    position: absolute;
    right: 275px;
    top: 35px;
}
.left {
    display: block;
    width: 220px;
    /*font-size: 10px;*/
    position: absolute;
    top: 60px;
    left: 250px;
}
.pic {
    height: 150px;
}
h1 {
    font-size: 0.9rem;
    margin-bottom: 30px;
    text-align: center;
    font-family: Garamond;
}

.letter {
    float: left;
    margin-right: 5px;
}
.right {
    display: block;
    width: 220px;
    /*font-size: 10px;*/
    position: absolute;
    top: 60px;
    right: 320px;
}
#top {
    position: absolute;
    transform: rotate(90deg);
    /*left: 10px;*/
    top: 15px;
}
#bottom {
    position: absolute;
    transform: rotate(-90deg);
    top: 160px;
    right: 0px;
}
.pic {
    display: block;
    margin: auto;
    padding: 50px 0 50px 0;
}
#top1 {
    position: absolute;
    transform: rotate(90deg);
    /*left: 10px;*/
    top: 65px;
    left: -15px;
}
#bottom1 {
    position: absolute;
    transform: rotate(-90deg);
    top: 180px;
    right: -10px;
}
.pic1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 50px 0 50px 0;
}
.potrait1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 50px 0 50px 0;
}
/*
.right1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 50px 0 50px 0;
}
*/
a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    /*margin: 5px;*/
}

nav {
    font-family: Garamond;
    font-weight: bold;
    font-size: 15px;
    width: 150px;
    position: absolute;
    top: 50px;
    right: 163px;
}

nav a {
    display: block;
    background-color: #e39c85;
    /*padding-left: 5px;*/
    /*margin: 5px;*/
    width: 100px;
    padding: 5px 10px 5px 10px;
    transition: 0.5s;
}

nav a:hover {
    width: 130px;
    background-color: #efb8a7;
    transition: 0.5s;
}
nav a.yes {
    width: 110px;
    padding-left: 45px;
    position: relative;
    left: -15px;
    cursor: default;
    background-color: #e39c85;
}
nav ul {
    /*text-decoration: none;*/
    list-style-type: none;
    padding: none;
}
li {
    padding: 10px 0px;
}
ul.list li {
    margin: 0px;
    padding: 3px 0px;
    /*background-color: aqua;*/
}
ul.list {
    padding-left: 10px;
}
/*
nav  {
    width: 50px;
    height: 10px;
    background-color: aqua;
}
*/
/*
.potrait {
    text-align: center;
}
*/
