@import url('https://fonts.googleapis.com/css?family=Mochiy+Pop+P+One&display=swap&effect=shadow-multiple|3d-float');
body{
    margin: 0;
    padding: 0;
    background: rgb(236, 236, 236);
    font-family: 'Mochiy Pop P One', sans-serif;
}
nav{
    width: 100%;
    height: 55px;
    background: teal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #fff;
}
nav h1{
    margin-left: 15px;
    color: rgb(86, 196, 240);
    letter-spacing: 1.5px;
    user-select: none;
}
nav a{
    margin-right: 15px;
    text-decoration: none;
    font-size: 20px;
    color: rgb(0, 255, 157);
    transition: .5s;
}
nav a:hover{
    color: rgb(2, 207, 129);
}
.intro{
    border-bottom: 2px solid rgb(211, 211, 211);
    border-right: 4px solid rgb(211, 211, 211);
    margin-top: 15px;
    background: #fff;
    width: 96%;
    transform: translateX(-15px);
    border-radius: 7px;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.intro h3{
    letter-spacing: 1.5px;
    color: rgb(2, 173, 173);
}
.intro img{
    margin: 0;
    width: 38%;
    height: max-content;
}
marquee{
    color: teal;
}
.akin{
    width: 100%;
    height: max-content;
    margin-top: 8px;
    background: rgb(171, 253, 235);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.akin h3{
    margin: 15px;
    color: rgb(99, 253, 220);
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    user-select: none;
}
.akin ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.akin ul li{
    margin: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    width: 315px;
    height: max-content;
}
.akin ul li img{
    margin: 0;
    width: 300px;
    height: max-content;
    border-radius: 5px;
}
.akin ul li h4{
    margin: 2px;
}
.akin ul li p{
    font-size: 12px;
    width: 100%;
    margin-left: 8px;
}
.akin ul li p span{
    color: green;
}
.drink{
    width: 100%;
    height: max-content;
    background: rgb(246, 255, 124);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.drink h3{
    margin: 15px;
    color: rgb(240, 253, 61);
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    user-select: none;
}
.drink ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.drink ul li{
    margin: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    width: 315px;
    height: max-content;
}
.drink ul li img{
    margin: 0;
    width: 300px;
    height: max-content;
    border-radius: 5px;
}
.drink ul li h4{
    margin: 2px;
}
.drink ul li p{
    font-size: 12px;
    width: 100%;
    margin-left: 8px;
}
.drink ul li p span{
    color: green;
}
.food{
    width: 100%;
    height: max-content;
    background: rgb(166, 142, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.food h3{
    margin: 15px;
    color: rgb(150, 122, 253);
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    user-select: none;
}
.food ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.food ul li{
    margin: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    width: 315px;
    height: max-content;
}
.food ul li img{
    margin: 0;
    width: 300px;
    height: max-content;
    border-radius: 5px;
}
.food ul li h4{
    margin: 2px;
}
.food ul li p{
    font-size: 12px;
    width: 100%;
    margin-left: 8px;
}
.food ul li p span{
    color: green;
}
.view{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view a{
    color: rgb(0, 247, 41);
    line-height: 50px;
    text-decoration: none;
    transition: 0.6s;
}
.view a:hover{
    letter-spacing: 1px;
}