.trim img {
    width: 300px;
    height: 300px;
    object-fit: none;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    margin: 10px;
}

.trim2 img {
    width: 22%;
    height: 300px;
    object-fit: none;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}


.top-menu img {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    width: 100%;
    border-radius: 15px;
}
.top-menu{
    position: relative;
}
.top-left{
    position: absolute;
    bottom:-50px;
    right: 1px;
    font-size: 60px;
    color: aliceblue;
    font-family: font1;
}
.top-upper{
    position: absolute;
    top:10px;
    left: 100px;
    font-size: 50px;
    color: rgb(53, 53, 53);
    font-family: tegaki;
}
@font-face {
    font-family: "font1";
    src: url("font/font.ttf");
}
@font-face {
    font-family: "tegaki";
    src: url("font/tegaki.ttf");
}
.menu img {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    margin: 10px;
}



.logo img {
    width: 250px;
    height: 150px;
    object-fit: cover;
}

#pos {
    object-position: 100% 40%;
}