body {
    background-color: rgb(179, 198, 199);
}
a {
    background-color: rgb(245, 240, 218);
    border: 2px solid rgb(59, 59, 59);
    border-radius: 20px;
    position: absolute;
    font-size: 30px;
    color: black;
    text-decoration: none;
    margin-top: 10px;
    padding: 2px 6px 2px 6px;
}
#yuka {
    position: absolute;
    top: 10%;
    right: 8%;
    transition-duration: 0.5s;
}
img#yuka:active {
    opacity: 0;
}
.container {
    background-color: rgb(245, 240, 218);
    width: 730px;
    height: 962px;
    margin: -8px 0px -8px 120px;
    border-left: 60px solid rgb(224, 216, 177);
    display: flex;
    flex-direction: column;
}
.title {
    width: 100%;
    height: 100px;
}
div.title>h1 {
    margin-top: 0px;
    padding-top: 20px;
    text-align: center;
    font-size: 60px;
    color: rgb(58, 58, 58);
}
.info {
    background-color: rgb(247, 245, 237);
    overflow-y: scroll;
    align-self: center;
    width: 85%;
    height: 87%;
    text-align: center;
}
div.info::-webkit-scrollbar {
    width: 1px;
}
div.info>p>span {
    color: rgb(241, 40, 40);
    font-size: 40px;
}
div.info>p {
    font-size: 28px;
    padding: 0px 75px 0px 75px;
}